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
I use it for models that have dynamic fillable attributes, overriding the getFillable() method does not work when it comes to filling as the $this->fillable attribute is used internally instead of getFillable()
Hi,
Thanks for this package,
I use it for models that have dynamic fillable attributes, overriding the
getFillable()method does not work when it comes to filling as the$this->fillableattribute is used internally instead ofgetFillable()