From 1e9850c5943556f5e818a44f8823af956f0d2d2e Mon Sep 17 00:00:00 2001 From: IceToast Date: Wed, 15 Dec 2021 12:34:08 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20updated=20naming=20dash?= =?UTF-8?q?board=20->=20controlpanel.gg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- resources/views/store/checkout.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index df944b6d..7fa5188c 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Dashboard +APP_NAME=Controlpanel.gg APP_ENV=production APP_KEY= APP_DEBUG=false diff --git a/resources/views/store/checkout.blade.php b/resources/views/store/checkout.blade.php index 19572afa..9ac27904 100644 --- a/resources/views/store/checkout.blade.php +++ b/resources/views/store/checkout.blade.php @@ -46,7 +46,7 @@
To
- {{ config('app.name', 'Laravel') }}
+ {{ config('app.name', 'Controlpanel.GG') }}
Email: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }}