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

onRestored() public method

public onRestored ( $event )
$event
    public function onRestored($event)
    {
        history()->log($this->history_slug, 'trans("history.backend.users.restored") ' . $event->user->name, $event->user->id, 'refresh', 'bg-aqua');
    }