Skip to content

Commit cabb105

Browse files
committed
update doctrine namespace
1 parent a804f86 commit cabb105

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
@@ -172,7 +172,7 @@ If you use Doctrine and want to copy an entity, you will need to use the `Doctri
172172

173173
```php
174174
use DeepCopy\DeepCopy;
175-
use DeepCopy\Filter\DoctrineCollectionFilter;
175+
use DeepCopy\Filter\Doctrine\DoctrineCollectionFilter;
176176
use DeepCopy\Matcher\PropertyTypeMatcher;
177177

178178
$deepCopy = new DeepCopy();
@@ -186,7 +186,7 @@ If you use Doctrine and want to copy an entity who contains a `Collection` that
186186

187187
```php
188188
use DeepCopy\DeepCopy;
189-
use DeepCopy\Filter\DoctrineEmptyCollectionFilter;
189+
use DeepCopy\Filter\Doctrine\DoctrineEmptyCollectionFilter;
190190
use DeepCopy\Matcher\PropertyMatcher;
191191

192192
$deepCopy = new DeepCopy();

0 commit comments

Comments
 (0)