I am using Laravel 5.3.
I have an User
model extending Authenticatable
.
I also have an users
panel where the super user can update and delete other users.
However, every time the super user deletes another user, he gets disconnected (logged out) from the system. How can I workaround this?
via Luiz