]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Config.php
move some files to UserBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Config.php
index ddd4f7d98792aa2e2581de544292b981cdea9c41..2390bfe17fbc89d9de8aff5305337a0e1589dd37 100644 (file)
@@ -79,7 +79,7 @@ class Config
     /*
      * @param User     $user
      */
-    public function __construct(Wallabag\UserBundle\Entity\User $user)
+    public function __construct(\Wallabag\UserBundle\Entity\User $user)
     {
         $this->user = $user;
     }