Skip to content

Commit 51eefa2

Browse files
authored
Updated README.md to reflect changes to the config
1 parent c6b2795 commit 51eefa2

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)