Add HistoricTickets to thetool

This commit is contained in:
Luca Haid
2024-03-12 16:17:23 +01:00
parent 901131fbce
commit b0dc3aa1f9
6 changed files with 647 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
/**
* @property mixed|null $name
*/
class HistoricTicket extends mfBaseModel
{
}