Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.4 #5

Open
jskramer909 opened this issue Feb 16, 2017 · 0 comments
Open

Laravel 5.4 #5

jskramer909 opened this issue Feb 16, 2017 · 0 comments

Comments

@jskramer909
Copy link

jskramer909 commented Feb 16, 2017

Hey,

on Laravel 5.4 the Illuminate\Foundation\Application::share() method has been removed. Therefore in the OAuthServiceProvider the register function should look like this:

$this->app->bind('vatsimoauth', function($app){
return new SSO(
$app['config']->get('vatsim-sso.base'),
$app['config']->get('vatsim-sso.key'),
$app['config']->get('vatsim-sso.secret'),
$app['config']->get('vatsim-sso.method'),
$app['config']->get('vatsim-sso.cert')
);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant