作者 lyh

gx

... ... @@ -25,18 +25,18 @@ class DeployOptimize extends Base
Cache::forget($cache_key);
}
/**
* @remark :
* @name :getSpecialAttribute
* @author :lyh
* @method :post
* @time :2023/9/25 9:58
*/
public function getSpecialAttribute($value)
{
if(!empty($value)){
$value = Arr::s2a(trim($value,','));
}
return $value;
}
// /**
// * @remark :
// * @name :getSpecialAttribute
// * @author :lyh
// * @method :post
// * @time :2023/9/25 9:58
// */
// public function getSpecialAttribute($value)
// {
// if(!empty($value)){
// $value = Arr::s2a(trim($value,','));
// }
// return $value;
// }
}
... ...