|
@@ -140,7 +140,7 @@ class CmsContentTemplateSetRepository
|
|
|
$group_array['content'][2]['rule'] = $new_rule2;
|
|
|
|
|
|
if (!Cache::has($group_key)) {
|
|
|
- Cache::store('redis')->put($group_key, $group_array, 1);
|
|
|
+ Cache::store('redis')->put($group_key, $group_array, 600);
|
|
|
}
|
|
|
}
|
|
|
return $group_array;
|