1, 'lecturer_id' => 1, 'started_at' => '2024-01-10', 'ended_at' => null, 'created_at' => now(), 'updated_at' => now(), ], [ 'department_id' => 2, 'lecturer_id' => 2, 'started_at' => '2024-01-10', 'ended_at' => null, 'created_at' => now(), 'updated_at' => now(), ], [ 'department_id' => 3, 'lecturer_id' => 3, 'started_at' => '2023-06-01', 'ended_at' => null, 'created_at' => now(), 'updated_at' => now(), ], ]); } }