@@ -58,11 +58,11 @@ discard block |
||
58 | 58 | |
59 | 59 | protected function maybeSetAdditionalProperties() |
60 | 60 | { |
61 | - if (! $this->mapper || ! $this->foreignMapper) { |
|
61 | + if (!$this->mapper || !$this->foreignMapper) { |
|
62 | 62 | return; |
63 | 63 | } |
64 | 64 | |
65 | - if (! $this->pivotTable) { |
|
65 | + if (!$this->pivotTable) { |
|
66 | 66 | $tablePrefix = $this->mapper->getTableAlias() ? |
67 | 67 | str_replace($this->mapper->getTable(), '', $this->mapper->getTableAlias()) |
68 | 68 | : ''; |
@@ -77,11 +77,11 @@ discard block |
||
77 | 77 | } |
78 | 78 | } |
79 | 79 | |
80 | - if (! $this->pivotNativeColumn) { |
|
80 | + if (!$this->pivotNativeColumn) { |
|
81 | 81 | $this->pivotNativeColumn = Inflector::singularize($this->mapper->getName()) . '_id'; |
82 | 82 | } |
83 | 83 | |
84 | - if (! $this->pivotForeignColumn) { |
|
84 | + if (!$this->pivotForeignColumn) { |
|
85 | 85 | $this->pivotForeignColumn = Inflector::singularize($this->foreignMapper) . '_id'; |
86 | 86 | } |
87 | 87 | } |