Lw\Application\Service\User\ViewBadgesService::execute PHP Method

execute() public method

public execute ( $request = null )
    public function execute($request = null)
    {
        return $this->userService->badgesFrom($request->userId());
    }
ViewBadgesService