|
|
@@ -24,8 +24,15 @@ public function run(): void
|
|
|
[
|
|
|
"scope" => "franchisee",
|
|
|
"description" => "Franchisee",
|
|
|
- "bits" => Permission::ALL_PERMS,
|
|
|
- "children" => [],
|
|
|
+ "bits" => Permission::MENU | Permission::VIEW,
|
|
|
+ "children" => [
|
|
|
+ [
|
|
|
+ "scope" => "unit",
|
|
|
+ "description" => "Unidades",
|
|
|
+ "bits" => Permission::ALL_PERMS,
|
|
|
+ "children" => [],
|
|
|
+ ],
|
|
|
+ ],
|
|
|
],
|
|
|
[
|
|
|
"scope" => "config",
|