hasMany('App\Models\Shop\ArticleAttributeValue'); } public function articles() { return $this->hasManyThrough('App\Models\Shop\ArticleAttribute','App\Models\Shop\ArticleAttributeValue'); } }