diff --git a/framework/yii/db/Schema.php b/framework/yii/db/Schema.php index 46288a2..9698179 100644 --- a/framework/yii/db/Schema.php +++ b/framework/yii/db/Schema.php @@ -264,7 +264,7 @@ abstract class Schema extends Object * @return array all unique indexes for the given table. * @throws NotSupportedException if this method is called */ - public function findUniqueIndexes($schema = '') + public function findUniqueIndexes($table) { throw new NotSupportedException(get_class($this) . ' does not support getting unique indexes information.'); }