Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin authored and weierophinney committed Mar 5, 2019
1 parent d054bf1 commit 800167e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/v1/user-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ SELECT email FROM user WHERE username = :identity
### PDO service name

As an alternative, you can provide a service name instead of PDO connection
parameters. In such a case, the `dsn`, parameter can be omitted:
parameters. In such a case, the `dsn` parameter can be omitted:

```php
return [
Expand All @@ -143,6 +143,6 @@ return [
];
```

The required parameters in such a case are `service`, `table`, and `field`.
The required parameters are `service`, `table`, and `field`.

The `service` parameter must be a service name that resolves to a PDO instance.

0 comments on commit 800167e

Please sign in to comment.