From 32e52e04c92f195a0662cf6bc1a635fc9577c692 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Tue, 10 Feb 2026 12:21:56 +0300 Subject: [PATCH] =?utf8?q?[ERP-217-J]=20=D0=9F=D0=BE=D0=B4=D0=B3=D1=80?= =?utf8?q?=D1=83=D0=B7=D0=BA=D0=B0=20=D0=BE=D0=BA=D1=80=D1=83=D0=B6=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D1=8F=20env=20=D0=B2=20media=20=D0=B4=D0=BB=D1=8F?= =?utf8?q?=20=D0=AF=D0=BD=D0=B4=D0=B5=D0=BA=D1=81=D0=B0?= 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 1049222e..812b9531 100644 --- a/erp24/media/controllers/NotificationController.php +++ b/erp24/media/controllers/NotificationController.php @@ -39,7 +39,7 @@ class NotificationController extends Controller private static function getPathNotification() { - return self::getPath() . "/notification"; + return self::getPath() . "/notification_logs"; } private static function getPath() -- 2.39.5