Hi everyone! Excelent work with the package!!!
I have found in one of my tests that the variable that contained the user model instance was not updated after applying the ban() function to it.
Example:
$user = User::find($id);
$user->ban();
if i look into the $user dosen´t have updated the field banned_at.
I think this should not be the case and should be updated.
Hope this helps!
Thanks!!!