mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #2033
This commit is contained in:
@@ -92,7 +92,7 @@ class TagFormRequest extends Request
|
||||
'description' => 'min:1|nullable',
|
||||
'date' => 'date|nullable',
|
||||
'latitude' => 'numeric|min:-90|max:90|nullable',
|
||||
'longitude' => 'numeric|min:-90|max:90|nullable',
|
||||
'longitude' => 'numeric|min:-180|max:180|nullable',
|
||||
'zoom_level' => 'numeric|min:0|max:80|nullable',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user