Modificacion de prospecto a alumno y asignacion de grupos, coordinacion académica

This commit is contained in:
2026-03-23 15:48:23 -06:00
parent 58e27fc5fc
commit 1bcebeb8a1
43 changed files with 1551 additions and 96 deletions
+3
View File
@@ -24,6 +24,9 @@ class DatabaseSeeder extends Seeder
$this->call(CampanSeeder::class);
$this->call(TipoConceptoSeeder::class);
$this->call(PlaneSeeder::class);
$this->call(PlanSeeder::class);
$this->call(ConceptoSeeder::class);
$this->call(MaterialSeeder::class);
$this->call(GrupoSeeder::class);
}
}