belongsTo(QuestionBank::class, 'question_bank_id'); } public function children(): HasMany { return $this->hasMany(self::class, 'parent_id'); } }