We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79824ae commit 7d894fcCopy full SHA for 7d894fc
src/Commands/MakeEntity.php
@@ -97,6 +97,7 @@ private function getCreatorEntity(Collection $columns): CreatorEntity
97
* @return string
98
*/
99
private function getBaseContent(CreatorEntity $entityCreator, string $filenameWithPath): string
100
+ {
101
$creator = new BaseCreator($entityCreator);
102
return $creator->createClass($filenameWithPath, $this);
103
}
0 commit comments