Skip to content

Commit

Permalink
Final Hotfix - cont
Browse files Browse the repository at this point in the history
  • Loading branch information
geggleto committed Jan 8, 2016
1 parent ae5d423 commit 05fddad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AclRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public function __construct(array $role, array $config = [])
$this->handler = function (ServerRequestInterface $requestInterface, AclRepository $aclRepo) {

$route = $requestInterface->getAttribute('route');
var_dump($route);
var_dump($requestInterface->getAttributes());

if (!empty($route)) {
foreach ($aclRepo->getRole() as $role) {
Expand Down

0 comments on commit 05fddad

Please sign in to comment.