草庐IT

getRelations

全部标签

php - Laravel getRelations() 返回空白

I'mtryingtoqueryarelationshipforusewithanaccessorwithgetNameAttributethisismycodegetRelation('event')->name;}publicfunctionevent(){return$this->belongsTo('App\Event');}publicfunctionspeakers(){return$this->hasMany('App\Speaker');}}但它什么也没返回..我做错了什么吗?谢谢! 最佳答案 在您请求关系event