Modificacion de prospecto a alumno y asignacion de grupos, coordinacion académica
This commit is contained in:
@@ -11,9 +11,18 @@ class PlaneSeeder extends Seeder
|
||||
|
||||
public function run(): void
|
||||
{
|
||||
Plane::create([
|
||||
$plan1=Plane::create([
|
||||
'name' => 'BACHILLERATO',
|
||||
'status' => 1
|
||||
]);
|
||||
$plan1->planPlantel()->sync([1,2,3]);
|
||||
|
||||
$plan2=Plane::create([
|
||||
'name' => 'LICENCIATURA',
|
||||
'status' => 1
|
||||
]);
|
||||
|
||||
$plan2->planPlantel()->sync([1,2,3]);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user