Skip to content

Commit 025841b

Browse files
authored
Fixed provider class FQN.
1 parent 2f62104 commit 025841b

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
@@ -33,7 +33,7 @@ You must install the service provider:
3333
// config/app.php
3434
'providers' => [
3535
...
36-
ScoutEngines\PostgresEngineServiceProvider::class,
36+
ScoutEngines\Postgres\PostgresEngineServiceProvider::class,
3737
],
3838
```
3939

0 commit comments

Comments
 (0)