mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Fixed the signature of Schema::findUniqueIndexes().
This commit is contained in:
@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user