@@ -38,7 +38,7 @@ |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (!$owner = $entity->getAclOwner()) { |
| 41 | - throw new \RuntimeException("Not found AclOwner for: " . get_class($entity)); |
|
| 41 | + throw new \RuntimeException("Not found AclOwner for: ".get_class($entity)); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | $this->container->get('oneup_acl.manager') |