Browse Source

update name

Andrew Brown 4 years ago
parent
commit
678901cc4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/view.php

+ 1 - 1
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',
 
 ];