我通过服务提供商创建模型
AdminColumn::lists('type.name', 'Championship type')
在我的模特锦标赛中,我有关系
public function championship(){
return $this->hasMany('App\Models\Championship', 'type_enum_id');
}
在模特锦标赛中
public function type(){
return $this->belongsTo('App\Models\Enum\EnumChampionshipType', 'id');
}
当我尝试加载页面时 - 异常抛出
FatalErrorException in 74d7252e8b7d20fd1a1f60d84c0c0621d05358d4.php line 0:
Method Illuminate\View\View::__toString() must not throw an exception