summaryrefslogtreecommitdiffstats
path: root/Acl/Model/DomainObjectInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/DomainObjectInterface.php')
-rw-r--r--Acl/Model/DomainObjectInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Model/DomainObjectInterface.php b/Acl/Model/DomainObjectInterface.php
index 50bc4c3..195cb4e 100644
--- a/Acl/Model/DomainObjectInterface.php
+++ b/Acl/Model/DomainObjectInterface.php
@@ -25,5 +25,5 @@ interface DomainObjectInterface
*
* @return string
*/
- function getObjectIdentifier();
+ public function getObjectIdentifier();
}