|
@@ -101,7 +101,7 @@ discard block |
|
|
block discarded – undo |
|
101
|
101
|
|
|
102
|
102
|
foreach (self::$relationMap as $relationDefinition) { |
|
103
|
103
|
$type = $relationDefinition['manyRelation'] |
|
104
|
|
- ? '\\' . $relationDefinition['relationClass'] . '|' . class_basename($model) . '[]' |
|
|
104
|
+ ? '\\'.$relationDefinition['relationClass'].'|'.class_basename($model).'[]' |
|
105
|
105
|
: class_basename($model); |
|
106
|
106
|
|
|
107
|
107
|
$command->setProperty( |
|
@@ -115,7 +115,7 @@ discard block |
|
|
block discarded – undo |
|
115
|
115
|
|
|
116
|
116
|
if ($relationDefinition['manyRelation']) { |
|
117
|
117
|
$command->setProperty( |
|
118
|
|
- $relationDefinition['name'] . '_count', |
|
|
118
|
+ $relationDefinition['name'].'_count', |
|
119
|
119
|
'int', |
|
120
|
120
|
true, |
|
121
|
121
|
false, |
Please login to merge, or discard this patch.