1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-05 18:41:02 +00:00

move some files to UserBundle

This commit is contained in:
Nicolas Lœuillet 2015-10-03 06:29:55 +02:00 committed by Jeremy Benoist
parent 1210dae105
commit 0a878469d4
15 changed files with 267 additions and 16 deletions

View 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;
}