This commit is contained in:
2021-03-25 16:57:40 +08:00
parent 99d3bc1d8a
commit 3ff158c337
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class ' . $managerName . ' implements Task
}';
$file = APP_PATH . '/app/Async/' . $managerName . '.php';
$file = APP_PATH . 'app/Async/' . $managerName . '.php';
if (file_exists($file)) {
unlink($file);
}