@@ -65,7 +65,7 @@ |
||
| 65 | 65 | $NewEntity->setAbstract($isAbstract); |
| 66 | 66 | $NewEntity->setBaseType($baseType->getName()); |
| 67 | 67 | if ($isAbstract) { |
| 68 | - return [$NewEntity,null]; |
|
| 68 | + return [$NewEntity, null]; |
|
| 69 | 69 | } |
| 70 | 70 | $entitySet = new EntitySetAnonymousType(); |
| 71 | 71 | $entitySet->setName(Str::plural($NewEntity->getName())); |