From 93ceb8ab19e1647c8f770c4dab365d474d61ad3f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 4 Oct 2023 15:52:16 +0000 Subject: [PATCH] Force public member variables or mapper changes --- Models/Ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Ticket.php b/Models/Ticket.php index 5266bf8..2595cbe 100755 --- a/Models/Ticket.php +++ b/Models/Ticket.php @@ -58,7 +58,7 @@ class Ticket * @var TicketElement[] * @since 1.0.0 */ - private array $ticketElements = []; + public array $ticketElements = []; /** * Account this ticket is for