Skip to content

Commit

Permalink
Add env variable to config
Browse files Browse the repository at this point in the history
  • Loading branch information
applyACS authored May 31, 2022
1 parent d7cb685 commit a7e20a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/blade-cache-directive.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

return [

'ttl' => 3_600,
'ttl' => env('BLADE_CACHE_TTL', 3600),

];

0 comments on commit a7e20a3

Please sign in to comment.