hasMany(Regency::class); } public function regency() { return $this->hasOne(Regency::class); } }