Skip to content

Commit b286e24

Browse files
committed
Fix typo.
1 parent dcf9573 commit b286e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/modules/Acl/routes/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Route::get('acl-permission/create', [
2323
PermissionController::class, 'create',
2424
])->name('aclPermission.create')
25-
->can('Acl: permission - Create');
25+
->can('Acl: Permission - Create');
2626

2727
Route::post('acl-permission', [
2828
PermissionController::class, 'store',

0 commit comments

Comments
 (0)