This commit is contained in:
2021-03-25 18:30:50 +08:00
parent eb785dcfda
commit 6a177a3a7f
+1 -1
View File
@@ -55,7 +55,7 @@ namespace {$namespace};
$import = $this->getImports($path['path'] . '/' . $managerName . 'Controller.php', $class);
} catch (\Throwable $exception) {
return logger()->addError($exception);
exit(logger()->addError($exception));
}
} else {
$import = "use Snowflake;