This commit is contained in:
Yuri Kuznetsov
2021-05-11 15:44:38 +03:00
parent 9d76b6c5cc
commit ce3e76aa3d
3 changed files with 3 additions and 2 deletions
@@ -34,7 +34,7 @@ use Espo\Entities\User;
use Espo\ORM\Entity;
use Espo\Core\{
Acl\AssignmentChecker\DefaultAssignmentChecker,
Acl\DefaultAssignmentChecker,
};
class AssignmentChecker extends DefaultAssignmentChecker
@@ -34,6 +34,7 @@ use Espo\Core\{
Utils\Metadata,
InjectableFactory,
Acl\AssignmentChecker,
Acl\DefaultAssignmentChecker,
Acl\Exceptions\NotImplemented,
};
@@ -27,7 +27,7 @@
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/
namespace Espo\Core\Acl\AssignmentChecker;
namespace Espo\Core\Acl;
use Espo\ORM\{
Entity,