mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-22 13:36:18 +00:00
fix type hint for User
This commit is contained in:
parent
16dabc3263
commit
1ce8f30342
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Config
|
|||
*
|
||||
* @return Config
|
||||
*/
|
||||
public function setUser(User $user = null)
|
||||
public function setUser(\Wallabag\UserBundle\Entity\User $user = null)
|
||||
{
|
||||
$this->user = $user;
|
||||
|
||||
|
|
Loading…
Reference in a new issue