Skip to content

Commit 6f79902

Browse files
author
Robert Kummer
authored
Merge pull request #2 from tanigami/fix-readme
Fix provider namespace in readme
2 parents 02787f4 + 37ccb67 commit 6f79902

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
@@ -19,7 +19,7 @@ Just install the package on your authorization server
1919

2020
and add the Service Provider in your `config/app.php`
2121

22-
\Ipunkt\Laravel\OAuthIntrospection\OAuthIntrospectionServiceProvider::class,
22+
\Ipunkt\Laravel\OAuthIntrospection\Providers\OAuthIntrospectionServiceProvider::class,
2323

2424
## Official Documentation
2525

0 commit comments

Comments
 (0)