We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351381b commit cbb362dCopy full SHA for cbb362d
README.md
@@ -22,7 +22,7 @@ and add the Service Provider in your `config/app.php`
22
~~~.php
23
'providers' => [
24
// [..]
25
- \ArieTimmerman\Laravel\OAuth2\ServiceProvider::class
+ \DesignMyNight\Laravel\OAuth2\ServiceProvider::class
26
27
];
28
~~~
@@ -32,7 +32,7 @@ and add the MiddleWare in your `App/Http/Kernel.php`
32
33
protected $routeMiddleware = [
34
35
- 'verifyaccesstoken' => \ArieTimmerman\Laravel\OAuth2\VerifyAccessToken::class,
+ 'verifyaccesstoken' => \DesignMyNight\Laravel\OAuth2\VerifyAccessToken::class,
36
37
38
0 commit comments