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