From 6943c9c41f9dbcec8fca64d07810269eb5ac723f Mon Sep 17 00:00:00 2001 From: StSet Date: Fri, 21 Mar 2025 12:27:37 +0300 Subject: [PATCH] =?UTF-8?q?DDB-1753=20-=20=D0=B4=D0=BE=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B0=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=82=D0=B2=D0=B5=D1=82=D0=B0=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=B0=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F=20-=20fi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Infrastructure/Api/Response/AbstractResponse.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backend/src/Infrastructure/Api/Response/AbstractResponse.php diff --git a/backend/src/Infrastructure/Api/Response/AbstractResponse.php b/backend/src/Infrastructure/Api/Response/AbstractResponse.php new file mode 100644 index 0000000..13f062a --- /dev/null +++ b/backend/src/Infrastructure/Api/Response/AbstractResponse.php @@ -0,0 +1,9 @@ + createNewJsonResponse + +abstract class AbstractResponse +{ +}