laravel-oauth icon indicating copy to clipboard operation
laravel-oauth copied to clipboard

bindShared() not Compatible with L5.2

Open superdummy opened this issue 9 years ago • 2 comments

Hello

thanks for the helpfull package.

To be compatible and working with laravel 5.2 bindShared must be replaced with singleton, otherwise it will kill the app: It should now be:

$this->app->singleton('oauth', function($app)

Thanks

superdummy avatar Jan 06 '16 03:01 superdummy

:+1:

stevendesu avatar Apr 10 '16 23:04 stevendesu

Same issue with laravel 5.4

aemr3 avatar Jan 25 '17 08:01 aemr3