belongsTo(Region::class, 'region')->findOne(); } public function comunas() { return $this->hasMany(Comuna::class, 'provincia')->findMany(); } } ?>