mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Remove User_Adapter references
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Alchemy\Phrasea\Controller;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Authorization\AuthorizationChecker;
|
||||
use Alchemy\Phrasea\Model\Entities\User;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\Form\FormInterface;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
@@ -27,7 +28,7 @@ abstract class BaseController
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \User_Adapter
|
||||
* @return User
|
||||
*/
|
||||
public function getAuthenticatedUser()
|
||||
{
|
||||
|
Reference in New Issue
Block a user