Skip to content

Commit 48dcc35

Browse files
committed
update configs
1 parent d6550aa commit 48dcc35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "classiebit/anofie",
2+
"name": "classiebit/anofie-docs",
33
"type": "project",
44
"description": "Anofie Lite Docs",
55
"keywords": [

config/larecipe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*/
7070

7171
'cache' => [
72-
'enabled' => env('APP_ENV') == 'staging' && env('APP_DEBUG') == true ? true : false,
72+
'enabled' => env('APP_ENV') == 'staging' && env('APP_DEBUG') == false ? true : false,
7373
'period' => 25200 // 7 days -- value in minutes
7474
],
7575

0 commit comments

Comments
 (0)