mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-31 11:46:45 +00:00
89 - Assigning Codes When Claiming Tickets
This commit is contained in:
8
app/TicketCodeGenerator.php
Normal file
8
app/TicketCodeGenerator.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
interface TicketCodeGenerator
|
||||
{
|
||||
public function generate();
|
||||
}
|
||||
Reference in New Issue
Block a user