Commit 5220596e by Mark

fix sphinx command signature

parent 65b543f6
......@@ -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.');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment