Skip to content

Commit

Permalink
(docs) fix code sample for multi databases
Browse files Browse the repository at this point in the history
the code was still using path instead of paths
  • Loading branch information
pacharrin committed Jul 29, 2021
1 parent 670291c commit 67e0c5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -206,7 +206,9 @@ return [
'drivers' => [
'user' => [
'model' => App\User::class,
'path' => database_path('tenanti/user'),
'paths' => [
database_path('tenanti/user'),
],
'shared' => false,
],
],
Expand Down

0 comments on commit 67e0c5e

Please sign in to comment.