diff --git a/config/view.php b/config/view.php index 8a651776..9b7bddfc 100644 --- a/config/view.php +++ b/config/view.php @@ -43,6 +43,6 @@ return [ | and precompiling your views we can skip this check to save time. | */ - 'check_compiled' => env('APP_ENV') !== 'production', + 'expires' => env('APP_ENV') !== 'production', ];