@@ -106,8 +106,8 @@ |
||
106 | 106 | } |
107 | 107 | |
108 | 108 | $this->primaryKeys[$name] = $this->getSchemaHandler() |
109 | - ->getSchema($table, $prefix) |
|
110 | - ->getPrimaryKeys(); |
|
109 | + ->getSchema($table, $prefix) |
|
110 | + ->getPrimaryKeys(); |
|
111 | 111 | |
112 | 112 | if (count($this->primaryKeys[$name]) === 1) { |
113 | 113 | //We do support only single primary key |
@@ -342,7 +342,7 @@ |
||
342 | 342 | |
343 | 343 | |
344 | 344 | |
345 | - ; |
|
345 | + ; |
|
346 | 346 | } |
347 | 347 | |
348 | 348 | /** |