(2)->get(); 我收到错误PagesController.php line 385: Undefined property: Illuminate\Database\Eloquent\Collection::$id,385行it's:->where('giveaway_id', $giveaway->id) 我的代码: public function raffling() parent::setTitle('I
当在团队中添加用户时,我想要当前用户,该用户的用户id将保存在数据库中,而不是当前用户的id,但当我使用$user=User::all();或$user=User::find($id);时,无法工作并出现错误:当使用$user=Auth::user();时,保存当前的用户idpublic function addUser