You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vvv this bracket wrong
throw new InvalidArgumentException(Yii::t('giix.messages', 'The count of values in the argument "pk" ({countPk}) does not match the count of columns in the composite PK ({countColumns}).'), array(
'{countPk}' => count($pk),
'{countColumns}' => $columnCount,
));
The text was updated successfully, but these errors were encountered:
In fillPkColumnNames method
The text was updated successfully, but these errors were encountered: