Skip to content

Commit 5461b3a

Browse files
authored
Update blade-cache-directive.php
1 parent a7e20a3 commit 5461b3a

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' => env('BLADE_CACHE_TTL', 3600),
5+
'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
66

77
];

0 commit comments

Comments
 (0)