It looks like I lost a little configuration, adding the following to the main file app/config/config.yml, did the trick.
stof_doctrine_extensions:
default_locale: en
orm:
default:
loggable: true
< <22 > config:
gedmo.listener.loggable:
class: Gedmo\Loggable\LoggableListener
tags:
- { name: doctrine.event_subscriber, connection: default }
calls:
- [ setAnnotationReader, [ "@annotation_reader" ] ]
, , , stof_doctrine_extensions.
, , .