@@ -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 | /** |
@@ -285,6 +285,4 @@ |
||
285 | 285 | [, $name] = explode('.', $name, 2); |
286 | 286 | } |
287 | 287 | |
288 | - return $name; |
|
289 | - } |
|
290 | -} |
|
288 | + return $name |
|
291 | 289 | \ No newline at end of file |
@@ -285,6 +285,4 @@ |
||
285 | 285 | [, $name] = explode('.', $name, 2); |
286 | 286 | } |
287 | 287 | |
288 | - return $name; |
|
289 | - } |
|
290 | -} |
|
288 | + return $name |
|
291 | 289 | \ No newline at end of file |