作者 lyh

gx

@@ -25,18 +25,18 @@ class DeployOptimize extends Base @@ -25,18 +25,18 @@ class DeployOptimize extends Base
25 Cache::forget($cache_key); 25 Cache::forget($cache_key);
26 } 26 }
27 27
28 - /**  
29 - * @remark :  
30 - * @name :getSpecialAttribute  
31 - * @author :lyh  
32 - * @method :post  
33 - * @time :2023/9/25 9:58  
34 - */  
35 - public function getSpecialAttribute($value)  
36 - {  
37 - if(!empty($value)){  
38 - $value = Arr::s2a(trim($value,','));  
39 - }  
40 - return $value;  
41 - } 28 +// /**
  29 +// * @remark :
  30 +// * @name :getSpecialAttribute
  31 +// * @author :lyh
  32 +// * @method :post
  33 +// * @time :2023/9/25 9:58
  34 +// */
  35 +// public function getSpecialAttribute($value)
  36 +// {
  37 +// if(!empty($value)){
  38 +// $value = Arr::s2a(trim($value,','));
  39 +// }
  40 +// return $value;
  41 +// }
42 } 42 }