mitchellvanw / laravel-doctrine

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

Moving extend call for setting up doctrine auth driver from the register... #3

Closed abbajbryant closed 10 years ago

abbajbryant commented 10 years ago

... method to the boot method and am now returning an instance of Guard that uses the doctrine provider.

Stops me from getting the ReflectionException and fixes issue #2 for me.

abbajbryant commented 10 years ago

Ignore this pull request, still not working as expected.