Skip to content

Commit

Permalink
remove config entry
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 6, 2020
1 parent 3637398 commit 641fcfb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),

];

0 comments on commit 641fcfb

Please sign in to comment.