改名
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ namespace ' . $namespace . ';
|
|||||||
';
|
';
|
||||||
$imports = $this->getImports($modelPath['path'] . '/' . $managerName . '.php', $class);
|
$imports = $this->getImports($modelPath['path'] . '/' . $managerName . '.php', $class);
|
||||||
if (!empty($imports)) {
|
if (!empty($imports)) {
|
||||||
$html .= $imports . PHP_EOL. PHP_EOL;
|
$html .= $imports . PHP_EOL;
|
||||||
}
|
}
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
logger()->error($e->getMessage());
|
logger()->error($e->getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user