hasOne(Penghuni::class, 'rumah_id', 'id'); } public function rt() { return $this->belongsTo(\App\Models\User::class, 'rt_id'); } }