mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-11 00:58:41 +00:00
autofixes
This commit is contained in:
parent
58e88457ce
commit
106d584d77
|
|
@ -22,7 +22,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -34,7 +34,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -46,7 +46,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -58,7 +58,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -70,7 +70,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -82,7 +82,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user