Browse Source

fix sphinx command signature

tags/2.0.0-beta
Mark 11 years ago
parent
commit
5220596ead
  1. 2
      extensions/yii/sphinx/Command.php

2
extensions/yii/sphinx/Command.php

@ -319,7 +319,7 @@ class Command extends \yii\db\Command
/**
* @inheritdoc
*/
public function checkIntegrity($check = true, $schema = '')
public function checkIntegrity($check = true, $schema = '', $table = '')
{
throw new NotSupportedException('"' . __METHOD__ . '" is not supported.');
}

Loading…
Cancel
Save