Force public member variables or mapper changes

This commit is contained in:
Dennis Eichhorn 2023-10-04 15:52:16 +00:00
parent e01106e852
commit 93ceb8ab19

View File

@ -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