@@ -37,7 +37,7 @@ |
||
37 | 37 | $this->prefix('{'.static::USER_WILDCARD.'}')->group(function () { |
38 | 38 | // admin::auth.roles.administrators.detach |
39 | 39 | $this->delete('detach', [AdministratorsController::class, 'detach']) |
40 | - ->name('detach'); |
|
40 | + ->name('detach'); |
|
41 | 41 | }); |
42 | 42 | }); |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $this->prefix('{'.static::PERMISSION_WILDCARD.'}')->group(function () { |
38 | 38 | // admin::auth.roles.permissions.detach |
39 | 39 | $this->delete('detach', [PermissionsController::class, 'detach']) |
40 | - ->name('detach'); |
|
40 | + ->name('detach'); |
|
41 | 41 | }); |
42 | 42 | }); |
43 | 43 | } |
@@ -36,7 +36,7 @@ |
||
36 | 36 | $this->name('sessions.')->name('prefix')->group(function () { |
37 | 37 | $this->prefix('{'.static::WILDCARD_SESSION.'}')->group(function () { |
38 | 38 | $this->delete('delete', [SessionsController::class, 'delete']) |
39 | - ->name('delete'); // admin::auth.administrators.sessions.delete |
|
39 | + ->name('delete'); // admin::auth.administrators.sessions.delete |
|
40 | 40 | }); |
41 | 41 | }); |
42 | 42 | } |
@@ -26,11 +26,11 @@ |
||
26 | 26 | $this->name('password-resets.')->prefix('password-resets')->group(function () { |
27 | 27 | // admin::authorization.password-resets.index |
28 | 28 | $this->get('/', [PasswordResetsController::class, 'index']) |
29 | - ->name('index'); |
|
29 | + ->name('index'); |
|
30 | 30 | |
31 | 31 | // admin::authorization.password-resets.metrics |
32 | 32 | $this->get('metrics', [PasswordResetsController::class, 'metrics']) |
33 | - ->name('metrics'); |
|
33 | + ->name('metrics'); |
|
34 | 34 | }); |
35 | 35 | } |
36 | 36 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $this->prefix('{'.static::ROLE_WILDCARD.'}')->group(function () { |
38 | 38 | // admin::auth.permissions.roles.detach |
39 | 39 | $this->delete('detach', [RolesController::class, 'detach']) |
40 | - ->name('detach'); |
|
40 | + ->name('detach'); |
|
41 | 41 | }); |
42 | 42 | }); |
43 | 43 | } |