Fix old name leftovers

This commit is contained in:
Darko Gjorgjijoski
2024-02-04 23:40:54 +01:00
parent e7c2bd638e
commit 6443f9a2c1
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ return [
| any other location as required by the application or its packages.
*/
'name' => 'Crater',
'name' => 'InvoiceShelf',
/*
|--------------------------------------------------------------------------

View File

@@ -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'],

View File

@@ -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'),
],
/*