laravel-oauth
laravel-oauth copied to clipboard
bindShared() not Compatible with L5.2
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
:+1:
Same issue with laravel 5.4