fix: functies uit learning objects entity zijn nu bereikbaar
This commit is contained in:
parent
296b18e642
commit
714a3dab10
1 changed files with 6 additions and 1 deletions
|
@ -11,8 +11,13 @@ import {
|
|||
import { Language } from './language.js';
|
||||
import { Attachment } from './attachment.entity.js';
|
||||
import { Teacher } from '../users/teacher.entity.js';
|
||||
import { LearningObjectRepository } from '../../data/content/learning-object-repository.js';
|
||||
|
||||
@Entity()
|
||||
@Entity({
|
||||
repository: () => {
|
||||
return LearningObjectRepository;
|
||||
},
|
||||
})
|
||||
export class LearningObject {
|
||||
@PrimaryKey({ type: 'string' })
|
||||
hruid!: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue