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
Behaviors method in the generated base model class doesn't call parent method, and there is an option to use different Base Class than e.g. yii\db\ActiveRecord. So, if you extend a class that has some of the behaviors already defined they will be overwritten. I believe that behaviors defined in generated base class should be merged with those defined in the parent class.
The text was updated successfully, but these errors were encountered:
Behaviors method in the generated base model class doesn't call parent method, and there is an option to use different Base Class than e.g.
yii\db\ActiveRecord
. So, if you extend a class that has some of the behaviors already defined they will be overwritten. I believe that behaviors defined in generated base class should be merged with those defined in the parent class.The text was updated successfully, but these errors were encountered: