mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-08 06:38:40 +00:00
autofixes
This commit is contained in:
parent
b189356e28
commit
0b97b93ef2
|
|
@ -23,7 +23,7 @@ return [
|
|||
'dest' => '\Modules\Dashboard\Controller\ApiController:apiBoardCreate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -36,7 +36,7 @@ return [
|
|||
'dest' => '\Modules\Dashboard\Controller\ApiController:apiComponentAdd',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Dashboard\Controller\BackendController:viewDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user