Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 10556b2

Browse files
committed
feat: update app config
1 parent 7c49475 commit 10556b2

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

config/app.php

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@
4545
*/
4646
'debug' => _env('APP_DEBUG', true),
4747

48-
/*
49-
|--------------------------------------------------------------------------
50-
| HTTP Version
51-
|--------------------------------------------------------------------------
52-
|
53-
| By default, Leaf returns an HTTP/1.1 response to the client.
54-
| Use this setting if you need to return an HTTP/1.0 response.
55-
|
56-
*/
57-
'http.version' => '1.1',
58-
5948
/*
6049
|--------------------------------------------------------------------------
6150
| Log directory
@@ -160,5 +149,5 @@
160149
| This config tells leaf where to save cached and compiled views.
161150
|
162151
*/
163-
'views.cachePath' => StoragePath('framework/views'),
152+
'views.cachePath' => StoragePath('framework/views')
164153
];

0 commit comments

Comments
 (0)