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