|
@@ -529,7 +529,7 @@ class TableSchema implements TableSchemaInterface, SqlGeneratorInterface
|
|
|
*/
|
|
*/
|
|
|
public function primaryKey(): array
|
|
public function primaryKey(): array
|
|
|
{
|
|
{
|
|
|
- deprecationWarning('`TableSchema::primaryKey()` is deprecated. Use `TableSchema::getPrimaryKey()` instead.');
|
|
|
|
|
|
|
+ deprecationWarning('`TableSchema::primaryKey()` is deprecated. Use `TableSchema::getPrimaryKey()`.');
|
|
|
|
|
|
|
|
return $this->getPrimarykey();
|
|
return $this->getPrimarykey();
|
|
|
}
|
|
}
|