orchestral / auth

Auth Component for Orchestra Platform
MIT License
23 stars 5 forks source link

AuthServiceProvider::boot #14

Closed skyosev closed 11 years ago

skyosev commented 11 years ago

I'm not sure if this is an issue, but why don't you call parent:boot() in Orchestra\Auth\AuthServiceProvider::boot() method ? Since you're replacing the Lavarel's AuthServiceProvider, its boot method is never called.

Still, not sure if this would affect some Lavarel extensions, just asking.

crynobone commented 11 years ago

Nice catch.