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'm new with revisionable and i want to ask about, is it posible that revision limit affect the model not the specific data ?.
For example what i though now about revisionable
$user = User::find(1);
with revision limit, will limit only the user with ID 1 revision
What if i have 10 User and total revision for all User model data bigger then limit, how to achieve this goal.
Thanks before
The text was updated successfully, but these errors were encountered:
I'm new with revisionable and i want to ask about, is it posible that revision limit affect the model not the specific data ?.
For example what i though now about revisionable
$user = User::find(1);
with revision limit, will limit only the user with ID 1 revision
What if i have 10 User and total revision for all User model data bigger then limit, how to achieve this goal.
Thanks before
The text was updated successfully, but these errors were encountered: