From 6443f9a2c1fc0437b5d97132fce192e90d68169d Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Sun, 4 Feb 2024 23:40:54 +0100 Subject: [PATCH] Fix old name leftovers --- config/app.php | 2 +- config/invoiceshelf.php | 2 +- config/mail.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/app.php b/config/app.php index c2cac6e4..06989d8d 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ return [ | any other location as required by the application or its packages. */ - 'name' => 'Crater', + 'name' => 'InvoiceShelf', /* |-------------------------------------------------------------------------- diff --git a/config/invoiceshelf.php b/config/invoiceshelf.php index b8ac2388..0de993c1 100644 --- a/config/invoiceshelf.php +++ b/config/invoiceshelf.php @@ -49,7 +49,7 @@ return [ 'base_url' => 'https://invoiceshelf.com', /* - * List of languages supported by Crater. + * List of languages supported by InvoiceShelf. */ 'languages' => [ ['code' => 'ar', 'name' => 'Arabic'], diff --git a/config/mail.php b/config/mail.php index 094f5ad4..62479798 100644 --- a/config/mail.php +++ b/config/mail.php @@ -57,7 +57,7 @@ return [ 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'admin@invoiceshelf.com'), - 'name' => env('MAIL_FROM_NAME', 'Crater'), + 'name' => env('MAIL_FROM_NAME', 'InvoiceShelf'), ], /*