belongsTo(District::class); } public function responsible(): BelongsTo { return $this->belongsTo(Responsible::class); } }