laravel-doctrine / extensions

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

Don't try to resolve user if loading class metadata #39

Closed LavaToaster closed 6 years ago

LavaToaster commented 6 years ago

Fixes #38

This should be a non-breaking change since you should be covered by the other events that set the user onFlush and prePersist.

FoxxMD commented 6 years ago

Thanks for finding and fixing this! I had to pin my packages to .12 at the beginning of the week. Glad someone else was less lazy than I was and actually fixed it 😅