mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 14:37:41 -07:00
6 lines
106 B
PHP
6 lines
106 B
PHP
<?php
|
|
|
|
return [
|
|
'driver' => env('CACHE_DRIVER', null),
|
|
'duration' => env('CACHE_DURATION', 123)
|
|
]; |