mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Some cleanup
- travis tabulation - extra namespace definition in entities
This commit is contained in:
parent
18b812b1b9
commit
5d6f6f56a2
3 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue