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
It's time to prepare the module for trash management. A deleted_at column should be added and used by the visible scope. Add the deleted and not_deleted scopes. Add a is_deleted getter. Maybe add a restore() method to restore a deleted record from the trash.
The text was updated successfully, but these errors were encountered:
It's time to prepare the module for trash management. A
deleted_at
column should be added and used by thevisible
scope. Add thedeleted
andnot_deleted
scopes. Add ais_deleted
getter. Maybe add arestore()
method to restore a deleted record from the trash.The text was updated successfully, but these errors were encountered: