- Issue created by @johnv
- Status changed to Fixed
about 1 year ago 1:09pm 10 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.
In the attempt to go away from arrays, towards using $item object, the folowing structure is obsolete:
$info['slots'][$day_delta]['formatted_slot']
It can be replaced by :
$formatted_slot = $item->formatTimeSlot($settings);
The above element is now removed.
Fixed
1.12
Code - formatter
Automatically closed - issue fixed for 2 weeks with no activity.