【发布时间】:2021-12-07 13:50:43
【问题描述】:
Illuminate\Support\Collection Object
(
[items:protected] => Array
(
[0] => stdClass Object
(
[user_id] => 3
)
)
)
我正在使用 Laravel 8。我想获取单个数据并使用它。
【问题讨论】: