mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
typo
This commit is contained in:
@ -403,7 +403,7 @@ class Generator extends \yii\gii\Generator
|
||||
$conditions[] = "\$query->andFilterWhere(['{$column}' => \$this->{$column}]);";
|
||||
break;
|
||||
default:
|
||||
$conditions[] = "\$this->andFilterWhere(['like', '{$column}', \$this->{$column}]);";
|
||||
$conditions[] = "\$query->andFilterWhere(['like', '{$column}', \$this->{$column}]);";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user