This commit is contained in:
2020-09-11 18:55:45 +08:00
parent f1497ab84a
commit 6126240ab3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class ' . $managerName . 'Limits implements Limits
}';
$file = APP_PATH . 'app/Limits/' . $managerName . 'Limits.php';
$file = APP_PATH . 'app/Http/Limits/' . $managerName . 'Limits.php';
if (file_exists($file)) {
unlink($file);
}