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
@@ -67,7 +67,7 @@ class ' . $managerName . 'Interceptor implements Interceptor
}';
$file = APP_PATH . '/app/Interceptor/' . $managerName . 'Interceptor.php';
$file = APP_PATH . 'app/Interceptor/' . $managerName . 'Interceptor.php';
if (file_exists($file)) {
unlink($file);
}