mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fix #1630 : Fix user registration management
This commit is contained in:
@@ -1001,3 +1001,8 @@ class CsrfTestProvider implements CsrfProviderInterface
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
class PDOMock extends \PDO
|
||||
{
|
||||
public function __construct() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user