mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58: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[]
|
* @var TicketElement[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $ticketElements = [];
|
public array $ticketElements = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Account this ticket is for
|
* Account this ticket is for
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user