diff options
Diffstat (limited to 'Acl/Model/DomainObjectInterface.php')
-rw-r--r-- | Acl/Model/DomainObjectInterface.php | 2 |
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(); } |