Teren dodeljen danes statistika

This commit is contained in:
Simon Pocrnjič
2025-10-09 01:05:17 +02:00
parent 6108028942
commit c8029c9eb0
3 changed files with 86 additions and 18 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ class FieldJob extends Model
];
protected $casts = [
'assigned_at' => 'date',
'completed_at' => 'date',
'cancelled_at' => 'date',
'assigned_at' => 'datetime',
'completed_at' => 'datetime',
'cancelled_at' => 'datetime',
'priority' => 'boolean',
'address_snapshot ' => 'array',
];