mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-01-10 15:48:41 +00:00
autofixes
This commit is contained in:
parent
27960cc392
commit
a19196cec1
|
|
@ -23,7 +23,7 @@ return [
|
|||
'dest' => '\Modules\Comments\Controller\ApiController:apiCommentCreate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -34,7 +34,7 @@ return [
|
|||
'dest' => '\Modules\Comments\Controller\ApiController:apiCommentUpdate',
|
||||
'verb' => RouteVerb::SET,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -47,7 +47,7 @@ return [
|
|||
'dest' => '\Modules\Comments\Controller\ApiController:apiCommentListUpdate',
|
||||
'verb' => RouteVerb::SET,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -60,7 +60,7 @@ return [
|
|||
'dest' => '\Modules\Comments\Controller\ApiController:apiChangeCommentVote',
|
||||
'verb' => RouteVerb::PUT | RouteVerb::SET,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user