mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix for failing test
This commit is contained in:
@@ -61,7 +61,7 @@ class TokenManipulator implements ManipulatorInterface
|
||||
*
|
||||
* @return Token
|
||||
*/
|
||||
public function create(User $user, $type, \DateTime $expiration = null, $data = null)
|
||||
public function create($user, $type, \DateTime $expiration = null, $data = null)
|
||||
{
|
||||
static $stmt = null;
|
||||
|
||||
|
Reference in New Issue
Block a user