belongsTo(\App\Models\User::class, 'user_id'); } public function questions() { return $this->hasMany(LiteracyQuestion::class, 'material_id'); } }