From 5220596ead737b3ae32679fd328c2e1f17159d89 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 27 Dec 2013 11:21:17 +0400 Subject: [PATCH] fix sphinx command signature --- extensions/yii/sphinx/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/yii/sphinx/Command.php b/extensions/yii/sphinx/Command.php index ba802f5..9197b67 100644 --- a/extensions/yii/sphinx/Command.php +++ b/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.'); }