laravel-doctrine / extensions

Extensions integration for Doctrine2 and Laravel
http://laraveldoctrine.org/
MIT License
48 stars 24 forks source link

Loggable #23

Closed najdias closed 8 years ago

najdias commented 8 years ago

Hello,

I've a simple product model with "loggable" annotation and "versioned" annotation at name property. My problem is when I update product name I see the ext_log_entries table and the log entry is there but there's no username associated. I am logged in with doctrine user provider driver. Someone has this working?

patrickbrouwers commented 8 years ago

Check the order of service providers, DoctrineServiceProvider should be registered before Gedmo. (if you are using annotations or fluent)