updated configs

This commit is contained in:
denisdulici
2020-03-13 10:34:12 +03:00
parent c73dc28782
commit 9fa6a2c54b
6 changed files with 17 additions and 17 deletions

View File

@@ -33,18 +33,4 @@ return [
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),
];