diff --git a/README.md b/README.md index 3ef3c01..b4ef116 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,23 @@ In Laravel: ], ``` +In [roave/psr-container-doctrine](https://github.com/Roave/psr-container-doctrine): + +```php + [ + 'types' => [ + UuidType::NAME => UuidType::class, + ], + /* ... */ + ], + /* ... */ +]; +``` + ### Mappings Then, in your models, you may annotate properties by setting the `@Column`