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
hello
I was trying your package
not sure if I did something wrong but when I Tinkered with a user and I banned him twice (for fun);
the Bans table updated for the number of bans (that's normal, I guess for history); but when I tried to unban him only the last ban got soft deleted on the Bans table, and the Banned_at column on Users table didn't update to Nulled.
so, I was stuck with a Banned User
steps to reproduce :
fresh Laravel install with your Package
tinker and create a user
ban him more than 1 time via $user->ban(); in Tinker always
unban Him with $user->unban();
he won't be..
The text was updated successfully, but these errors were encountered:
hello
I was trying your package
not sure if I did something wrong but when I Tinkered with a user and I banned him twice (for fun);
the Bans table updated for the number of bans (that's normal, I guess for history); but when I tried to unban him only the last ban got soft deleted on the Bans table, and the Banned_at column on Users table didn't update to Nulled.
so, I was stuck with a Banned User
steps to reproduce :
The text was updated successfully, but these errors were encountered: