remove method Set Response

This commit is contained in:
iIronside
2023-10-31 12:14:06 +03:00
parent 648d84777d
commit 6f99921671
2 changed files with 0 additions and 82 deletions

View File

@ -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