mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-02 00:18:59 +00:00
Fix old name leftovers
This commit is contained in:
@@ -12,7 +12,7 @@ return [
|
||||
| any other location as required by the application or its packages.
|
||||
*/
|
||||
|
||||
'name' => 'Crater',
|
||||
'name' => 'InvoiceShelf',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user