App\Listeners\Backend\Access\User\UserEventListener::onDeactivated PHP Method

onDeactivated() public method

public onDeactivated ( $event )
$event
    public function onDeactivated($event)
    {
        history()->log($this->history_slug, 'trans("history.backend.users.deactivated") ' . $event->user->name, $event->user->id, 'times', 'bg-yellow');
    }