Skip to content

Commit

Permalink
Bugfix for context on default handler
Browse files Browse the repository at this point in the history
  • Loading branch information
geggleto committed Jan 8, 2016
1 parent 0f36da7 commit 6f68aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AclRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public function __construct(array $role, array $config = [])
}
return false;
};
$this->handler->bindTo($this);

}

Expand Down

0 comments on commit 6f68aeb

Please sign in to comment.