@@ -90,7 +90,7 @@ |
||
| 90 | 90 | |
| 91 | 91 | public function begin() : bool |
| 92 | 92 | { |
| 93 | - return $this->transaction = true; |
|
| 93 | + return $this->transaction = true; |
|
| 94 | 94 | } |
| 95 | 95 | public function commit() : bool |
| 96 | 96 | { |
@@ -118,7 +118,7 @@ |
||
| 118 | 118 | } |
| 119 | 119 | return $new; |
| 120 | 120 | }) |
| 121 | - as $relation |
|
| 121 | + as $relation |
|
| 122 | 122 | ) { |
| 123 | 123 | $relations[$relation['CONSTRAINT_NAME']]['table'] = $relation['TABLE_NAME']; |
| 124 | 124 | $relations[$relation['CONSTRAINT_NAME']]['keymap'][$primary[(int)$relation['POSITION']-1]] = $relation['COLUMN_NAME']; |