mirror of
https://github.com/cachethq/cachet.git
synced 2026-03-03 00:27:01 +00:00
Default the app.name to Cachet
This commit is contained in:
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'name' => env('APP_NAME', 'Laravel'),
|
||||
'name' => env('APP_NAME', 'Cachet'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user