This commit is contained in:
2025-09-20 16:54:20 +05:00
parent b6537c5314
commit 4f16b4193e
12 changed files with 355 additions and 118 deletions

View File

@@ -14,6 +14,8 @@ class DatabaseSeeder extends Seeder
$this->call([
UserTableSeeder::class,
TeacherTableSeeder::class,
GroupSeeder::class,
ProgramSeeder::class,
]);
}
}