Skip to content

Commit 95795c8

Browse files
committed
Add missing import
1 parent db6e702 commit 95795c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Tests/ORM/Functional/Ticket/GH11149/EagerProduct.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace Doctrine\Tests\ORM\Functional\Ticket\GH11149;
66

77
use Doctrine\Common\Collections\ArrayCollection;
8+
use Doctrine\Common\Collections\Collection;
89
use Doctrine\ORM\Mapping as ORM;
910

1011
/**

0 commit comments

Comments
 (0)