summaryrefslogtreecommitdiffstats
path: root/Acl/Model/AclInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/AclInterface.php')
-rw-r--r--Acl/Model/AclInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Acl/Model/AclInterface.php b/Acl/Model/AclInterface.php
index fffe591..02bbd00 100644
--- a/Acl/Model/AclInterface.php
+++ b/Acl/Model/AclInterface.php
@@ -11,6 +11,8 @@
namespace Symfony\Component\Security\Acl\Model;
+use Symfony\Component\Security\Acl\Exception\NoAceFoundException;
+
/**
* This interface represents an access control list (ACL) for a domain object.
* Each domain object can have exactly one associated ACL.