diff --git a/src/AclRepository.php b/src/AclRepository.php index ed20cff..8d2c827 100644 --- a/src/AclRepository.php +++ b/src/AclRepository.php @@ -96,6 +96,7 @@ public function __construct(array $role, array $config = []) } return false; }; + $this->handler->bindTo($this); }