chore: 🔧 updated naming dashboard -> controlpanel.gg

This commit is contained in:
IceToast 2021-12-15 12:34:08 +01:00
parent 962ddb2fc3
commit 1e9850c594
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
APP_NAME=Dashboard
APP_NAME=Controlpanel.gg
APP_ENV=production
APP_KEY=
APP_DEBUG=false

View file

@ -46,7 +46,7 @@
<div class="col-sm-4 invoice-col">
To
<address>
<strong>{{ config('app.name', 'Laravel') }}</strong><br>
<strong>{{ config('app.name', 'Controlpanel.GG') }}</strong><br>
Email: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }}
</address>
</div>