mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
Fix unit tests
This commit is contained in:
@@ -69,6 +69,6 @@ class FtpExportRepository extends EntityRepository
|
||||
*/
|
||||
public function findByUser(User $user)
|
||||
{
|
||||
return $this->findBy(['user' => $user->getId()]);
|
||||
return $this->findBy(['user' => $user]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user