refactor(shop-coupon): migrate admin module to DI and release 0.266

This commit is contained in:
2026-02-14 00:05:23 +01:00
parent 46a60f3679
commit 3dad04f927
40 changed files with 1668 additions and 426 deletions

View File

@@ -172,6 +172,9 @@ class PagesRepository
'status' => $statusValue,
]);
if ($result) {
\S::delete_dir('../temp/');
}
return (bool)$result;
}
@@ -182,6 +185,7 @@ class PagesRepository
'id' => $menuId,
]);
\S::delete_dir('../temp/');
return true;
}
@@ -278,6 +282,7 @@ class PagesRepository
]);
}
\S::delete_dir('../temp/');
return true;
}