Skip to content

Commit

Permalink
Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Sep 30, 2020
1 parent f252aa8 commit 6f48819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineObject.php
Expand Up @@ -516,7 +516,7 @@ function ($item) {

// Set the object so that the strategy can extract the Collection from it

/** @var \DoctrineModule\Stdlib\Hydrator\Strategy\AbstractCollectionStrategy $collectionStrategy */
/** @var \Doctrine\Laminas\Hydrator\Strategy\AbstractCollectionStrategy $collectionStrategy */
$collectionStrategy = $this->getStrategy($collectionName);
$collectionStrategy->setObject($object);

Expand Down

0 comments on commit 6f48819

Please sign in to comment.