@@ -60,7 +60,7 @@ |
||
| 60 | 60 | $NewEntity->setAbstract($isAbstract); |
| 61 | 61 | $NewEntity->setBaseType($baseType->getName()); |
| 62 | 62 | if ($isAbstract) { |
| 63 | - return [$NewEntity,null]; |
|
| 63 | + return [$NewEntity, null]; |
|
| 64 | 64 | } |
| 65 | 65 | $entitySet = new EntitySetAnonymousType(); |
| 66 | 66 | $entitySet->setName(Str::plural($NewEntity->getName())); |