feat(events): add exact_location field to events and update related logic
This commit is contained in:
@@ -47,7 +47,7 @@ class EventService
|
||||
$event->update([
|
||||
'title' => $data['title'],
|
||||
'location' => $data['location'],
|
||||
...array_intersect_key($data, ['attachment_id' => true]),
|
||||
...array_intersect_key($data, ['attachment_id' => true, 'exact_location' => true]),
|
||||
]);
|
||||
$tenant->update([
|
||||
...array_intersect_key($data, array_flip([
|
||||
|
||||
Reference in New Issue
Block a user