|
@@ -70,11 +70,11 @@ |
|
|
block discarded – undo |
|
70
|
70
|
} |
|
71
|
71
|
|
|
72
|
72
|
if (!isset($this->options['junction_local_key'])) { |
|
73
|
|
- $this->options['junction_local_key'] = Text::singularize($this->setupTable) . '_id'; |
|
|
73
|
+ $this->options['junction_local_key'] = Text::singularize($this->setupTable).'_id'; |
|
74
|
74
|
} |
|
75
|
75
|
|
|
76
|
76
|
if (!isset($this->options['junction_foreign_key'])) { |
|
77
|
|
- $this->options['junction_foreign_key'] = Text::singularize($foreignModel->getDBStoreInformation()['table']) . '_id'; |
|
|
77
|
+ $this->options['junction_foreign_key'] = Text::singularize($foreignModel->getDBStoreInformation()['table']).'_id'; |
|
78
|
78
|
} |
|
79
|
79
|
} |
|
80
|
80
|
|
Please login to merge, or discard this patch.