mirror of
https://gh.wpcy.net/https://github.com/weDevsOfficial/Laravel-FreeScout-Stripe-Module.git
synced 2026-07-15 20:13:36 +08:00
12 lines
254 B
PHP
12 lines
254 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
*--------------------------------------------------------------------------
|
|
* Cache expiry time set
|
|
*--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'cache_expiry_time' => 60,
|
|
];
|