Add cache option in repository layer

This commit is contained in:
Nabeel Shahzad
2017-12-27 10:44:41 -06:00
parent 9d41121840
commit 88c1277461
3 changed files with 3 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ return [
| Enable or disable cache
|
*/
'enabled' => true,
'enabled' => env('CACHE_ENABLED', false),
/*
|--------------------------------------------------------------------------