mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-30 00:46:07 +00:00
153 - Testing a Console Command
This commit is contained in:
8
app/InvitationCodeGenerator.php
Normal file
8
app/InvitationCodeGenerator.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
interface InvitationCodeGenerator
|
||||
{
|
||||
public function generate();
|
||||
}
|
||||
Reference in New Issue
Block a user