updae:基于AST重构代码生成
This commit is contained in:
@@ -42,7 +42,7 @@ abstract class Factory
|
||||
|
||||
CatchAdmin::makeDirectory($filePath);
|
||||
|
||||
return $filePath . DIRECTORY_SEPARATOR . $filename . '.php';
|
||||
return $filePath . DIRECTORY_SEPARATOR . ucfirst($filename ). '.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user