mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
move some files to UserBundle
This commit is contained in:
parent
1210dae105
commit
0a878469d4
15 changed files with 267 additions and 16 deletions
|
@ -143,7 +143,7 @@ class Entry
|
|||
/*
|
||||
* @param User $user
|
||||
*/
|
||||
public function __construct(Wallabag\UserBundle\Entity\User $user)
|
||||
public function __construct(\Wallabag\UserBundle\Entity\User $user)
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->tags = new ArrayCollection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue