mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-10 16:48:41 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
e01106e852
commit
93ceb8ab19
|
|
@ -58,7 +58,7 @@ class Ticket
|
|||
* @var TicketElement[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $ticketElements = [];
|
||||
public array $ticketElements = [];
|
||||
|
||||
/**
|
||||
* Account this ticket is for
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user