DDB-1753 #5
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Infrastructure\Api\Response;
|
||||||
|
|
||||||
|
// Абстрактный респонс - от него наследуются нужные респонсы для стандартизации ответа в ApiHelperTrait -> createNewJsonResponse
|
||||||
|
|
||||||
|
abstract class AbstractResponse
|
||||||
|
{
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue