We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e20a3 commit 5461b3aCopy full SHA for 5461b3a
config/blade-cache-directive.php
@@ -2,6 +2,6 @@
2
3
return [
4
5
- 'ttl' => env('BLADE_CACHE_TTL', 3600),
+ 'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
6
7
];
0 commit comments