aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Config.php
diff options
context:
space:
mode:
authorKévin Gomez <contact@kevingomez.fr>2015-10-11 22:22:24 +0200
committerKévin Gomez <contact@kevingomez.fr>2015-11-11 16:23:49 +0100
commit1d7b350b259ccc0110318a377ae3b3752ec6b9fb (patch)
tree5e49f99282856db7fb8388b3f8a0c79615b351e1 /src/Wallabag/CoreBundle/Entity/Config.php
parente9fbd2d12e94c96d540f6f98758f6bc92a65e7a1 (diff)
downloadwallabag-1d7b350b259ccc0110318a377ae3b3752ec6b9fb.tar.gz
wallabag-1d7b350b259ccc0110318a377ae3b3752ec6b9fb.tar.zst
wallabag-1d7b350b259ccc0110318a377ae3b3752ec6b9fb.zip
Add missing use statement
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Config.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Config.php1
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
3namespace Wallabag\CoreBundle\Entity; 3namespace Wallabag\CoreBundle\Entity;
4 4
5use Doctrine\Common\Collections\ArrayCollection;
5use Doctrine\ORM\Mapping as ORM; 6use Doctrine\ORM\Mapping as ORM;
6use Symfony\Component\Validator\Constraints as Assert; 7use Symfony\Component\Validator\Constraints as Assert;
7 8