From 3bb5fff09a51964085beec30cf47052b445c37cb Mon Sep 17 00:00:00 2001 From: poskrobkaA Date: Tue, 11 Jun 2024 12:35:29 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D1=8F=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20-=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=D0=B8=20email=20=D0=B0=D0=B4?= =?UTF-8?q?=D0=BC=D0=B8=D0=BD=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index 95911a2..17e04f0 100644 --- a/config/mail.php +++ b/config/mail.php @@ -115,5 +115,5 @@ return [ ], ], - 'emailAdmin' => env('EMAIL_ADMIN', 'info1@rekamore.su'), + 'emailAdmin' => env('EMAIL_ADMIN', 'info@rekamore.su'), ]; -- 1.7.10.4