summaryrefslogtreecommitdiffstats
path: root/Acl/Model/MutableAclProviderInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/MutableAclProviderInterface.php')
-rw-r--r--Acl/Model/MutableAclProviderInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Acl/Model/MutableAclProviderInterface.php b/Acl/Model/MutableAclProviderInterface.php
index f94ddc5..95f531e 100644
--- a/Acl/Model/MutableAclProviderInterface.php
+++ b/Acl/Model/MutableAclProviderInterface.php
@@ -11,6 +11,8 @@
namespace Symfony\Component\Security\Acl\Model;
+use Symfony\Component\Security\Acl\Exception\AclAlreadyExistsException;
+
/**
* Provides support for creating and storing ACL instances.
*