File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3636 "twig/extra-bundle" : " ^3.3" ,
3737 "symfony/ux-autocomplete" : " ^2.8" ,
3838 "doctrine/doctrine-bundle" : " ^2.11" ,
39- "doctrine/orm" : " ^3 .0"
39+ "doctrine/orm" : " ^2 .0"
4040 },
4141 "require-dev" : {
4242 "roave/security-advisories" : " dev-master" ,
Original file line number Diff line number Diff line change 44
55use SumoCoders \FrameworkCoreBundle \Command \SecretsGetCommand ;
66use SumoCoders \FrameworkCoreBundle \Command \TranslateCommand ;
7+ use SumoCoders \FrameworkCoreBundle \DoctrineListener \DoctrineAuditListener ;
78use SumoCoders \FrameworkCoreBundle \EventListener \TitleListener ;
9+ use SumoCoders \FrameworkCoreBundle \Logger \AuditLogger ;
810use SumoCoders \FrameworkCoreBundle \Service \PageTitle ;
911use SumoCoders \FrameworkCoreBundle \Twig \ContentExtension ;
1012use Symfony \Component \Form \Extension \Core \Type \TimeType ;
163165 ->args ([
164166 service ('secrets.vault ' )
165167 ])
166- ->tag ('console.command ' );
168+ ->tag ('console.command ' )
169+
170+ ->set (DoctrineAuditListener::class)
171+ ->set (AuditLogger::class);
167172};
You can’t perform that action at this time.
0 commit comments