mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented entity-audit-bundle
This commit is contained in:
@@ -18,4 +18,5 @@ return [
|
||||
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
|
||||
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
||||
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
|
||||
SimpleThings\EntityAudit\SimpleThingsEntityAuditBundle::class => ['all' => true],
|
||||
];
|
||||
|
@@ -0,0 +1,5 @@
|
||||
simple_things_entity_audit:
|
||||
audited_entities:
|
||||
#- App\Entity\AbstractSource
|
||||
- App\Entity\NameSource
|
||||
- App\Entity\UserSource
|
Reference in New Issue
Block a user