]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add missing use statement
authorKévin Gomez <contact@kevingomez.fr>
Sun, 11 Oct 2015 20:22:24 +0000 (22:22 +0200)
committerKévin Gomez <contact@kevingomez.fr>
Wed, 11 Nov 2015 15:23:49 +0000 (16:23 +0100)
src/Wallabag/CoreBundle/Entity/Config.php

index 496fadb45a98069999b24936d16ce92b04bb400e..1204efa85aba14de91c90f0efb49d5ebb616fa68 100644 (file)
@@ -2,6 +2,7 @@
 
 namespace Wallabag\CoreBundle\Entity;
 
+use Doctrine\Common\Collections\ArrayCollection;
 use Doctrine\ORM\Mapping as ORM;
 use Symfony\Component\Validator\Constraints as Assert;