Skip to content

Commit 37ccb67

Browse files
committed
Fix provider namespace in readme
1 parent 02787f4 commit 37ccb67

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)