From ee0e03b4b028dc7970c951a57aa2e85edb22b1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Wed, 13 Dec 2023 16:26:23 +0000 Subject: [PATCH] wip --- Dockerfile | 2 +- config/mail.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1b9aee2..2f06c5ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN npm run build FROM vendor -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz diff --git a/config/mail.php b/config/mail.php index 1cb9684e..91205466 100644 --- a/config/mail.php +++ b/config/mail.php @@ -101,7 +101,7 @@ 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), - 'name' => env('MAIL_FROM_NAME', 'Example'), + 'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Bursa Binelui')), ], /*