Skip to content

Commit

Permalink
Merge pull request #104 from othercorey/patch-1
Browse files Browse the repository at this point in the history
Fix Connection namespace in readme
  • Loading branch information
ADmad authored Feb 9, 2022
2 parents fa00f1f + 77ef9e0 commit 6376dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In your `app.php`, add a new `webservice` config under `Datasources`:
'Datasources' => [
// Other db config here
'webservice' => [
'className' => \Muffin\Webservice\Connection::class,
'className' => \Muffin\Webservice\Datasource\Connection::class,
'service' => 'Articles',
// Any additional keys will be set as Driver's config.
],
Expand Down

0 comments on commit 6376dc7

Please sign in to comment.