Merge pull request #6164 from eyepin/patch-1
Update EntityGenerator.php
This commit is contained in:
commit
6e6be3fdd9
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ public function __construct(<params>)
|
|||
$this->generateEntityBody($metadata)
|
||||
];
|
||||
|
||||
$code = str_replace($placeHolders, $replacements, static::$classTemplate) . "\n";
|
||||
$code = str_replace($placeHolders, $replacements, static::$classTemplate);
|
||||
|
||||
return str_replace('<spaces>', $this->spaces, $code);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue