hasMany(CompanyTranslation::class); } public function images() { return $this->hasMany(CompanyImage::class); } }