Skip to content

Commit

Permalink
Update acl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbmaulana authored Oct 26, 2023
1 parent ce1f085 commit 42a7b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/routes/admin/acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
Route::apiResource("roles", RoleAdminController::class)->except("update")->parameters([ "roles" => "role", ]);
Route::apiResource("permissions", PermissionAdminController::class)->except("update")->parameters([ "permissions" => "permission", ]);

Route::put("/{context}/{object}", [ RuleAdminController::class, "rule", ]);
Route::put("/{context}/{object}", [ ACLAdminController::class, "rule", ]);
});
});

0 comments on commit 42a7b59

Please sign in to comment.