Skip to content

Commit 02e3464

Browse files
Merge pull request #6 from bobclewell/patch-1
2 parents c6b2795 + 51eefa2 commit 02e3464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is the contents of the published config file:
2525
```php
2626
return [
2727

28-
'ttl' => 3_600,
28+
'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
2929

3030
];
3131
```

0 commit comments

Comments
 (0)