Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Nested permissions allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Jan 19, 2016
1 parent ede6cf6 commit 1c424d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Albus/Bootloaders/InsecureAlbusBootloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function boot(PermissionsInterface $permissions, AlbusConfig $config)
//Controller specific permissions
$permissions->associate(
static::ROLE,
$config->securityNamespace() . '.*',
$config->securityNamespace() . '.*.*',
InsecureRule::class
);
}
Expand Down

0 comments on commit 1c424d0

Please sign in to comment.