Skip to content
Snippets Groups Projects

Add log journal for User case, #286

Merged Alexis Thinardon requested to merge feature/286-log-journal-user into lot-3
1 unresolved thread
4 files
+ 95
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -66,7 +66,8 @@ class LoginSubscriber implements EventSubscriberInterface
$user->getCollectivity(),
$user,
LogJournalActionDictionary::LOGIN,
LogJournalSubjectDictionary::USER_USER
LogJournalSubjectDictionary::USER_USER,
$user
);
$this->entityManager->persist($log);
Loading