hasOne(CustomerGroupDescription::class)->where('locale', locale()); } public function descriptions() { return $this->hasMany(CustomerGroupDescription::class); } }