hasMany(Soal::class); } public function guru() { return $this->belongsTo(User::class, 'guru_id'); } }