From 641fcfb60aa47266c5b4767830dc45bad00c561c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 6 Mar 2020 07:57:11 -0600 Subject: [PATCH] remove config entry --- config/view.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/view.php b/config/view.php index bc73d32b401..22b8a18d325 100644 --- a/config/view.php +++ b/config/view.php @@ -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), - ];