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
Merge branches 'master' and '23-consider-openapi-extension-x-no-relation-also-in-other-pertinent-place' of github.com:php-openapi/yii2-openapi into 23-consider-openapi-extension-x-no-relation-also-in-other-pertinent-place
// column/field/property with name `id` is considered as Primary Key by this library, and it is automatically handled by DB/Yii; so remove it from validation `rules()`
69
-
if (in_array($attribute->columnName, ['id', $this->model->pkName]) ||
// column/field/property with name `id` is considered as Primary Key by this library, and it is automatically handled by DB/Yii; so remove it from validation `rules()`
288
+
if (in_array($attribute->columnName, ['id', $this->model->pkName]) ||
0 commit comments