Fixes the audit markdown, question, description I'll add some audit question seeder

This commit is contained in:
2026-02-24 11:47:10 +01:00
parent e98ca8f00c
commit e44ef5fddc
4 changed files with 448 additions and 34 deletions

View File

@@ -18,8 +18,7 @@ public function run(): void
{
$this->call([
JonathanSeeder::class,
CategorySeeder::class,
QuestionSeeder::class,
AuditQuestionSeeder::class,
]);
}
}