Skip to content

Commit cbb362d

Browse files
author
Steve Porter
committed
chore: update readme
1 parent 351381b commit cbb362d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and add the Service Provider in your `config/app.php`
2222
~~~.php
2323
'providers' => [
2424
// [..]
25-
\ArieTimmerman\Laravel\OAuth2\ServiceProvider::class
25+
\DesignMyNight\Laravel\OAuth2\ServiceProvider::class
2626
// [..]
2727
];
2828
~~~
@@ -32,7 +32,7 @@ and add the MiddleWare in your `App/Http/Kernel.php`
3232
~~~.php
3333
protected $routeMiddleware = [
3434
// [..]
35-
'verifyaccesstoken' => \ArieTimmerman\Laravel\OAuth2\VerifyAccessToken::class,
35+
'verifyaccesstoken' => \DesignMyNight\Laravel\OAuth2\VerifyAccessToken::class,
3636
// [..]
3737
];
3838
~~~

0 commit comments

Comments
 (0)