Skip to content

Commit

Permalink
README: update types registration example
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk authored and f3l1x committed Apr 4, 2020
1 parent a253cd3 commit d2c430a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@ Here is an example of how to register custom type for [UUID](https://github.com/
dbal:
connection:
types:
uuid: Ramsey\Uuid\Doctrine\UuidType
uuid_binary_ordered_time:
class: Ramsey\Uuid\Doctrine\UuidBinaryOrderedTimeType
commented: false
typesMapping:
uuid_binary_ordered_time: binary
typesMapping:
uuid_binary_ordered_time: binary
```

For more information about custom types, take a look at the official documention.
Expand Down

0 comments on commit d2c430a

Please sign in to comment.