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

onPasswordChanged() public method

public onPasswordChanged ( $event )
$event
    public function onPasswordChanged($event)
    {
        history()->log($this->history_slug, 'trans("history.backend.users.changed_password") ' . $event->user->name, $event->user->id, 'lock', 'bg-blue');
    }