mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Use strings instead of ::class for PHP 5.4 compat #90

Closed ciarand closed 9 years ago

ciarand commented 9 years ago

I'm not sure you want this, but I needed it for the day job (we can't move to 5.5 or 5.6 yet because of missing driver support). All this does is replace uses of ClassName::class with the fully qualified name in a string.

ciarand commented 9 years ago

nvm, ignore this. The tests pass but the code is broken.