fixed #35
This commit is contained in:
parent
ea330fa928
commit
8f5370d6a3
@ -33,7 +33,7 @@ class Controller extends BaseController
|
||||
$controller .= kebab_case($arr[0]);
|
||||
|
||||
// Skip ACL
|
||||
$skip = ['dashboard-dashboard'];
|
||||
$skip = ['dashboard-dashboard', 'customers-dashboard'];
|
||||
if (in_array($controller, $skip)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user