laravel-doctrine / extensions

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

Add method for identifying wrapped subscriber #34

Closed FoxxMD closed 7 years ago

FoxxMD commented 7 years ago

Public method makes it possible to identify what event subscriber is wrapped in ResolveUserDecorator

Used to make the behavior for the default repository for Gedmo Loggable feasible. See slack discussion.