belongsTo(TypeOperator::class, 'type', 'code'); } public function operators_countries() { return $this->hasMany(OperatorsCountry::class, 'id_operator'); } }