belongsTo(User::class); } public function subject() { return $this->belongsTo(Subject::class); } public function theme() { return $this->belongsTo(Theme::class); } }