Skip to content

Commit c6b2795

Browse files
Merge pull request #5 from applyACS/patch-1
2 parents d7cb685 + 5461b3a commit c6b2795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/blade-cache-directive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
return [
44

5-
'ttl' => 3_600,
5+
'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
66

77
];

0 commit comments

Comments
 (0)