Skip to content

Commit d5721ea

Browse files
committed
Default the app.name to Cachet
1 parent 8d34d43 commit d5721ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
|
2323
*/
2424

25-
'name' => env('APP_NAME', 'Laravel'),
25+
'name' => env('APP_NAME', 'Cachet'),
2626

2727
/*
2828
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)