|
@@ -103,9 +103,9 @@ Now you have a new entity and your database has been updated.
|
|
|
</entity>
|
|
|
|
|
|
</doctrine-mapping>',
|
|
|
- $fullEntityClassName,
|
|
|
- str_replace('\\', '_', strtolower($entity))
|
|
|
- );
|
|
|
+ $fullEntityClassName,
|
|
|
+ str_replace('\\', '_', strtolower($entity))
|
|
|
+ );
|
|
|
|
|
|
if (!is_dir($dir = dirname($path)))
|
|
|
{
|
|
@@ -115,4 +115,4 @@ Now you have a new entity and your database has been updated.
|
|
|
file_put_contents($path, $xml);
|
|
|
$this->runCommand('doctrine:build-entities');
|
|
|
}
|
|
|
-}
|
|
|
+}
|