Add cache option in repository layer
This commit is contained in:
@@ -52,7 +52,7 @@ return [
|
||||
| Enable or disable cache
|
||||
|
|
||||
*/
|
||||
'enabled' => true,
|
||||
'enabled' => env('CACHE_ENABLED', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user