mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-11 17:48:40 +00:00
fix tests
This commit is contained in:
parent
91607f6c0c
commit
28a2339888
|
|
@ -62,7 +62,7 @@ return [
|
|||
|
||||
'^.*/contract/attribute.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiAttributeCreate',
|
||||
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiContractAttributeCreate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'permission' => [
|
||||
'module' => Controller::NAME,
|
||||
|
|
@ -71,7 +71,7 @@ return [
|
|||
],
|
||||
],
|
||||
[
|
||||
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiAttributeUpdate',
|
||||
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiContractAttributeUpdate',
|
||||
'verb' => RouteVerb::SET,
|
||||
'permission' => [
|
||||
'module' => Controller::NAME,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user