belongsTo(User::class, 'employee_id'); } public function shift(): BelongsTo { return $this->belongsTo(Shift::class, 'shift_id'); } }