Skip to content

Commit 40e96cb

Browse files
committed
Add additional documentation
1 parent 027b2a7 commit 40e96cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ In a real application, you can split up a data mapper that maps the entity to th
239239
That way, you have full control on how the data is made available in the entity.
240240

241241

242-
## Persisting relations
242+
### Persisting relations
243243

244244
Inside your model, you might have relations to other models.
245245
For example, a User can be linked to multiple companies.
@@ -608,7 +608,7 @@ App\Domain\Model\User:
608608
"id": !php/enum App\Infrastructure\Doctrine\Schema\User\UsersTableColumns::Id
609609
```
610610

611-
### Building queries
611+
# Building queries
612612

613613
This package contains a set of tools that helps you build queries based on partial SQL Expressions.
614614
The base of this is the `Phpro\DbalTools\Expression` interface.

0 commit comments

Comments
 (0)