mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-01-10 18:28:40 +00:00
autofixes
This commit is contained in:
parent
87ebe98d5d
commit
d852591d83
|
|
@ -23,7 +23,7 @@ return [
|
|||
'dest' => '\Modules\Search\Controller\ApiController:search',
|
||||
'verb' => RouteVerb::ANY,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Search\Controller\BackendController:search',
|
||||
'verb' => RouteVerb::ANY,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user