From 5952adb04b78bc5cd6bf0b94ccb7ed9c37ae2ee3 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Wed, 18 Mar 2026 16:04:33 +0300 Subject: [PATCH] =?utf8?q?=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B5=D0=BD=D0=B8?= =?utf8?q?=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BD=D0=B8=D0=BA=D0=BE?= =?utf8?q?=D0=B2=20=D0=BD=D0=B0=20=D1=81=D0=BC=D0=B5=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataTestController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api2/controllers/DataTestController.php b/erp24/api2/controllers/DataTestController.php index 4e428b08..998a5127 100644 --- a/erp24/api2/controllers/DataTestController.php +++ b/erp24/api2/controllers/DataTestController.php @@ -343,7 +343,7 @@ class DataTestController extends BaseController { * ] * } */ - public function actionGetShiftWorkers(): array + public function actionGetShiftWorkers() { Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; -- 2.39.5