File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public function regenerateEntities(string $classOrNamespace): void
125
125
$ relation = (new RelationManyToOne (
126
126
propertyName: $ mapping ['fieldName ' ],
127
127
targetClassName: $ mapping ['targetEntity ' ],
128
- targetPropertyName:$ mapping ['inversedBy ' ],
128
+ targetPropertyName: $ mapping ['inversedBy ' ],
129
129
mapInverseRelation: null !== $ mapping ['inversedBy ' ],
130
130
))
131
131
->setIsNullable ($ getIsNullable ($ mapping ))
@@ -138,7 +138,7 @@ public function regenerateEntities(string $classOrNamespace): void
138
138
$ relation = (new RelationOneToMany (
139
139
propertyName: $ mapping ['fieldName ' ],
140
140
targetClassName: $ mapping ['targetEntity ' ],
141
- targetPropertyName:$ mapping ['mappedBy ' ],
141
+ targetPropertyName: $ mapping ['mappedBy ' ],
142
142
))
143
143
->setOrphanRemoval ($ mapping ['orphanRemoval ' ])
144
144
;
You can’t perform that action at this time.
0 commit comments