This commit is contained in:
2021-03-25 18:06:15 +08:00
parent 4d331d2765
commit 5bf8a3a5d5
+1 -1
View File
@@ -66,7 +66,7 @@ namespace ' . $namespace . ';
';
$imports = $this->getImports($modelPath['path'] . '/' . $managerName . '.php', $class);
if (!empty($imports)) {
$html .= $imports . PHP_EOL. PHP_EOL;
$html .= $imports . PHP_EOL;
}
} catch (\Throwable $e) {
logger()->error($e->getMessage());