Start working on TrackingIdGenerator
This commit is contained in:
parent
6f87dfc149
commit
44239ed459
10
api/BusinessLogic/Tickets/TrackingIdGenerator.php
Normal file
10
api/BusinessLogic/Tickets/TrackingIdGenerator.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace BusinessLogic\Tickets;
|
||||||
|
|
||||||
|
|
||||||
|
class TrackingIdGenerator {
|
||||||
|
function generateTrackingId() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user