remove method Set Response
This commit is contained in:
@ -9,19 +9,6 @@ use yii\web\ServerErrorHttpException;
|
||||
|
||||
class UserResponseService
|
||||
{
|
||||
/**
|
||||
* @throws BadRequestHttpException
|
||||
* @throws ServerErrorHttpException
|
||||
*/
|
||||
public static function createUserResponse($userResponseParams): UserResponse
|
||||
{
|
||||
$userResponse = new UserResponse();
|
||||
$userResponse->load($userResponseParams, '');
|
||||
(new UserResponseService)->validateResponseModel($userResponse);
|
||||
(new UserResponseService)->saveModel($userResponse);
|
||||
return $userResponse;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws BadRequestHttpException
|
||||
* @throws ServerErrorHttpException
|
||||
|
Reference in New Issue
Block a user