belongsTo(\App\Models\CustomerGroup::class); } public function contacts() { return $this->hasMany(\App\Models\CustomerContact::class); } public function referents() { return $this->hasMany(\App\Models\CustomerReferent::class); } }