Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 17, 2019
1 parent b3d050f commit fadf176
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@
'class' => 'skeeks\cms\search\CmsSearchModule',
"controllerNamespace" => 'skeeks\cms\search\console\controllers'
]
],

'controllerMap' => [
'migrate' => [
'migrationPath' => [
'@skeeks/cms/search/migrations',
],
],
]
];

0 comments on commit fadf176

Please sign in to comment.