91 - Integrating Hashids

This commit is contained in:
Adam Wathan
2017-04-01 13:49:04 -04:00
parent 2e64692ee6
commit 084d1999a9
3 changed files with 83 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ namespace App;
interface TicketCodeGenerator
{
public function generate();
public function generateFor($ticket);
}