kernel update
This commit is contained in:
@ -30,8 +30,13 @@ class ModuleShopModule extends Module
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function deactivate(): void
|
||||
{
|
||||
$this->menuService->removeItemBySlug("module_shop");
|
||||
$this->migrationService->rollbackAtPath("{APP}/modules/module_shop/migrations");
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user