api ms group by slug, views, ins

This commit is contained in:
2024-10-25 15:47:11 +03:00
parent 45d51c7119
commit f7838ea665
5 changed files with 72 additions and 3 deletions

View File

@ -16,6 +16,9 @@ class ModuleShopModule extends Module
$this->migrationService = new MigrationService();
}
/**
* @throws \Exception
*/
public function init(): void
{
$this->migrationService->runAtPath("{APP}/modules/module_shop/migrations");