这个问题在这里已经有了答案:Property[title]doesnotexistonthiscollectioninstance(8个答案)关闭5年前。我正在使用Laravel5.5。我正在尝试使用Laravel的查询生成器获取对象实例。publicfunctionfunctionName(Request$request){$seance=Seance::where('id_seance','=',$request->idSeance)->get();return$seance->type_seance;}我的模型:Seance(id_seance,type_seance,capac