$category = empty($category) ? [] : Collection::make($category)->toArray();
thinkphp6 对象转数组
最新推荐文章于 2023-10-11 12:20:03 发布
$category = empty($category) ? [] : Collection::make($category)->toArray();