This commit is contained in:
2021-04-12 16:38:40 +08:00
parent 779ec7e8d0
commit c316ef0202
8 changed files with 195 additions and 91 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class ' . $managerName . 'Limits implements Limits
$file = APP_PATH . 'app/Http/Limits/' . $managerName . 'Limits.php';
if (file_exists($file)) {
unlink($file);
throw new Exception('File exists.');
}
Snowflake::writeFile($file, $html);