Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 3eaa505

Browse files
authored
Update README.md
Fix service provider namespace
1 parent 7f15c39 commit 3eaa505

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
@@ -29,7 +29,7 @@ Next add the ServiceProvider to the Package Service Providers in `config/app.php
2929
/*
3030
* Package Service Providers...
3131
*/
32-
DamianTW\MySQLScout\Providers\MySQLScoutServiceProvider::class,
32+
Yab\MySQLScout\Providers\MySQLScoutServiceProvider::class,
3333
```
3434

3535
Append the default configuration to `config/scout.php`

0 commit comments

Comments
 (0)