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
Setting this to true will also check deleted models when trying to enforce uniqueness.
This only affects Eloquent models that are using the
softDelete feature. Default is false,
so soft-deleted models don't count when checking for uniqueness.