mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Remove User_Adapter
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Model\Entities\User;
|
||||
use Alchemy\Phrasea\SearchEngine\SearchEngineInterface;
|
||||
use Doctrine\ORM\EntityManager;
|
||||
|
||||
@@ -95,5 +97,5 @@ interface record_Interface
|
||||
|
||||
public function log_view($log_id, $referrer, $gv_sit);
|
||||
|
||||
public function get_container_baskets(EntityManager $em, User_Adapter $user);
|
||||
public function get_container_baskets(EntityManager $em, User $user);
|
||||
}
|
||||
|
Reference in New Issue
Block a user