From 004aa48375b013ce847968762b1254e9392b5378 Mon Sep 17 00:00:00 2001 From: fomichev Date: Wed, 26 Feb 2025 15:40:11 +0300 Subject: [PATCH] =?utf8?q?=D0=9B=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/media/controllers/NotificationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/media/controllers/NotificationController.php b/erp24/media/controllers/NotificationController.php index 9c5ef109..e339944a 100644 --- a/erp24/media/controllers/NotificationController.php +++ b/erp24/media/controllers/NotificationController.php @@ -70,7 +70,7 @@ class NotificationController extends Controller $rawBody = Yii::$app->request->getRawBody(); file_put_contents( - self::OUT_DIR . '/notifications.json', + self::OUT_DIR . '/notifications.txt', PHP_EOL . date('Y-m-d H:i:s') . ' ' . $rawBody, FILE_APPEND ); -- 2.39.5