forked from wallabag/wallabag
Some cleanup
- travis tabulation - extra namespace definition in entities
This commit is contained in:
@ -187,7 +187,7 @@ class Entry
|
||||
/*
|
||||
* @param User $user
|
||||
*/
|
||||
public function __construct(\Wallabag\UserBundle\Entity\User $user)
|
||||
public function __construct(User $user)
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->tags = new ArrayCollection();
|
||||
|
||||
Reference in New Issue
Block a user