From: Kévin Gomez Date: Sun, 11 Oct 2015 20:22:24 +0000 (+0200) Subject: Add missing use statement X-Git-Tag: 2.0.0-alpha.1~11^2~25 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1d7b350b259ccc0110318a377ae3b3752ec6b9fb;p=github%2Fwallabag%2Fwallabag.git Add missing use statement --- diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php index 496fadb4..1204efa8 100644 --- a/src/Wallabag/CoreBundle/Entity/Config.php +++ b/src/Wallabag/CoreBundle/Entity/Config.php @@ -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;