mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28:40 +00:00
autofixes
This commit is contained in:
parent
63e5d411de
commit
7e4c23f759
|
|
@ -23,7 +23,7 @@ return [
|
|||
'dest' => '\Modules\Draw\Controller\ApiController:apiDrawCreate',
|
||||
'verb' => RouteVerb::SET,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Draw\Controller\BackendController:setUpDrawEditor',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -32,7 +32,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Draw\Controller\BackendController:viewDrawCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -44,7 +44,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Draw\Controller\BackendController:viewDrawList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -56,7 +56,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Draw\Controller\BackendController:setUpDrawEditor',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -66,7 +66,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Draw\Controller\BackendController:viewDrawView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user