add back env variable for APP_NAME

This commit is contained in:
Boy132 2024-05-13 18:24:26 +02:00
parent 340085cc9b
commit 45a6c37594

View File

@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
return [
'name' => 'Pelican',
'name' => env('APP_NAME', 'Pelican'),
'version' => 'canary',