refactor(shop-coupon): migrate admin module to DI and release 0.266
This commit is contained in:
@@ -249,6 +249,7 @@ class DictionariesRepository
|
||||
private function clearCache(): void
|
||||
{
|
||||
if (class_exists('\S') && method_exists('\S', 'delete_dir')) {
|
||||
\S::delete_dir('../temp/');
|
||||
\S::delete_dir('../temp/dictionaries');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user