diff options
author | Kévin Gomez <contact@kevingomez.fr> | 2015-10-11 22:22:24 +0200 |
---|---|---|
committer | Kévin Gomez <contact@kevingomez.fr> | 2015-11-11 16:23:49 +0100 |
commit | 1d7b350b259ccc0110318a377ae3b3752ec6b9fb (patch) | |
tree | 5e49f99282856db7fb8388b3f8a0c79615b351e1 | |
parent | e9fbd2d12e94c96d540f6f98758f6bc92a65e7a1 (diff) | |
download | wallabag-1d7b350b259ccc0110318a377ae3b3752ec6b9fb.tar.gz wallabag-1d7b350b259ccc0110318a377ae3b3752ec6b9fb.tar.zst wallabag-1d7b350b259ccc0110318a377ae3b3752ec6b9fb.zip |
Add missing use statement
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
2 | 2 | ||
3 | namespace Wallabag\CoreBundle\Entity; | 3 | namespace Wallabag\CoreBundle\Entity; |
4 | 4 | ||
5 | use Doctrine\Common\Collections\ArrayCollection; | ||
5 | use Doctrine\ORM\Mapping as ORM; | 6 | use Doctrine\ORM\Mapping as ORM; |
6 | use Symfony\Component\Validator\Constraints as Assert; | 7 | use Symfony\Component\Validator\Constraints as Assert; |
7 | 8 | ||