mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
PHRAS-508_acl-cache
- refactor : acl strings changed to ACL class constants - code cleanup - wip but try to merge for bc break test
This commit is contained in:
@@ -14,7 +14,7 @@ use Alchemy\Phrasea\Model\Entities\User;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Alchemy\Phrasea\Utilities\Countries;
|
||||
|
||||
class User_Query implements User_QueryInterface
|
||||
class User_Query
|
||||
{
|
||||
const ORD_ASC = 'ASC';
|
||||
const ORD_DESC = 'DESC';
|
||||
|
Reference in New Issue
Block a user