'date', 'clock_in' => 'datetime', 'clock_out' => 'datetime', ]; public function user() { return $this->belongsTo(User::class); } }