|
...
|
...
|
@@ -107,7 +107,7 @@ class Common |
|
|
|
if(isset($cache) && ($cache['is_cache'] == true)){
|
|
|
|
if(is_array($id)){
|
|
|
|
foreach ($id as $v){
|
|
|
|
$key = 'cache_'.$table.'_'.$id.'_type';
|
|
|
|
$key = 'cache_'.$table.'_'.$v.'_type';
|
|
|
|
Cache::store('file')->pull($key);
|
|
|
|
}
|
|
|
|
}else{
|
...
|
...
|
|