mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-07 16:48:38 +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
|
* @return Config
|
||||||
*/
|
*/
|
||||||
public function setUser(User $user = null)
|
public function setUser(\Wallabag\UserBundle\Entity\User $user = null)
|
||||||
{
|
{
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue