|
|
|
@ -15,7 +15,7 @@ class Presence extends Model
|
|
|
|
|
protected $fillable = [ |
|
|
|
|
'user_id', 'clock_in', 'clock_out', 'date_presence', |
|
|
|
|
'clock_in_lat', 'clock_in_lng', 'clock_out_lat', 'clock_out_lng', |
|
|
|
|
'clock_in_loc', 'clock_out_loc','clock_in_boundary', 'clock_out_boundary', |
|
|
|
|
'created_at', 'created_by', 'updated_at', 'updated_by' |
|
|
|
|
'clock_in_loc', 'clock_out_loc', 'clock_in_boundary', 'clock_out_boundary', |
|
|
|
|
'created_at', 'created_by', 'updated_at', 'updated_by', 'company_id' |
|
|
|
|
]; |
|
|
|
|
} |
|
|
|
|