remove config entry

This commit is contained in:
Taylor Otwell 2020-03-06 07:57:11 -06:00
parent 36373983ad
commit 641fcfb60a
1 changed files with 0 additions and 13 deletions

View File

@ -33,17 +33,4 @@
realpath(storage_path('framework/views'))
),
/*
|--------------------------------------------------------------------------
| Blade View Modification Checking
|--------------------------------------------------------------------------
|
| On every request the framework will check to see if a view has expired
| to determine if it needs to be recompiled. If you are in production
| and precompiling views this feature may be disabled to save time.
|
*/
'expires' => env('VIEW_CHECK_EXPIRATION', true),
];