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
Refactor DynamicActiveRecord so that methods use parent:: only to call the parent of the same method, e.g. DynamicActiveRecord::getAttribute() is allowed to call parent::getAttribute() but not parent::__get().
Refactor
DynamicActiveRecord
so that methods useparent::
only to call the parent of the same method, e.g.DynamicActiveRecord::getAttribute()
is allowed to callparent::getAttribute()
but notparent::__get()
.Does this improve maintainability
Is this feasible?
any thoughts @djagya ?
The text was updated successfully, but these errors were encountered: