From 3c27ba024c7a6a705471aac53b21883950d08758 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 22 Jul 2024 10:50:36 +0300 Subject: [PATCH] test --- erp24/api3/modules/v1/controllers/timetable/FactController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp24/api3/modules/v1/controllers/timetable/FactController.php b/erp24/api3/modules/v1/controllers/timetable/FactController.php index 6585682a..bdbf881e 100644 --- a/erp24/api3/modules/v1/controllers/timetable/FactController.php +++ b/erp24/api3/modules/v1/controllers/timetable/FactController.php @@ -8,6 +8,8 @@ use yii_app\api3\core\services\TimetableService; use yii_app\api3\core\traits\ServiceTrait; use yii_app\api3\modules\v1\requests\timetable\Fact; +///test +/// test /** * @property TimetableService $timetableService */ -- 2.39.5