我需要根据行动态设置一个变形模型:
在我设置的模型中:
public function getMorphClass() { }
我怎样才能得到这个物品 type 从查询中的行?类似于:
type
public function getMorphClass() { return $this->type; //currently null but want row's type value }