typo: primarykey -> primaryKey

This commit is contained in:
Carsten Brandt
2013-06-10 23:17:41 +02:00
parent 47655843a7
commit 1df859cfa1
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
* @return string the SQL statement for removing a primary key constraint from an existing table.
* @throws NotSupportedException this is not supported by SQLite *
*/
public function dropPrimarykey($name, $table)
public function dropPrimaryKey($name, $table)
{
throw new NotSupportedException(__METHOD__ . ' is not supported by SQLite.');
}