mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Fixes after merge
This commit is contained in:
@@ -48,7 +48,8 @@ class TimeEntryIndexRequest extends FormRequest
|
||||
],
|
||||
// Filter only time entries that are active (have no end date, are still running)
|
||||
'active' => [
|
||||
'boolean',
|
||||
'string',
|
||||
'in:true,false',
|
||||
],
|
||||
// Limit the number of returned time entries
|
||||
'limit' => [
|
||||
|
||||
Reference in New Issue
Block a user