'datetime', 'ended_at' => 'datetime', ]; public function workCenter() { return $this->belongsTo(WorkCenter::class, 'work_center_id'); } }