Skip to content

Commit 413b27e

Browse files
author
Steve Porter
authored
Merge pull request #1 from robbytaylor/patch-1
fix: service provider class name in readme
2 parents cbb362d + e4418dc commit 413b27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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-
\DesignMyNight\Laravel\OAuth2\ServiceProvider::class
25+
\DesignMyNight\Laravel\OAuth2\IntrospectMiddlewareServiceProvider::class
2626
// [..]
2727
];
2828
~~~

0 commit comments

Comments
 (0)