From 678901cc4d2ee139b547375299b43eac19a37674 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 23 Jan 2020 10:40:45 -0600 Subject: [PATCH] update name --- config/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ | and precompiling your views we can skip this check to save time. | */ - 'check_compiled' => env('APP_ENV') !== 'production', + 'expires' => env('APP_ENV') !== 'production', ];