mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
add dashboard frontend
This commit is contained in:
@@ -42,7 +42,7 @@ class TimeEntryUpdateRequest extends FormRequest
|
||||
],
|
||||
// End of time entry (ISO 8601 format, UTC timezone)
|
||||
'end' => [
|
||||
'required',
|
||||
'present',
|
||||
'nullable',
|
||||
'date', // TODO
|
||||
'after:start',
|
||||
|
||||
Reference in New Issue
Block a user