153 - Testing a Console Command

This commit is contained in:
Adam Wathan
2017-12-08 14:35:50 -05:00
parent d5cf2592b1
commit d4bcb02a8e
8 changed files with 65 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App;
interface InvitationCodeGenerator
{
public function generate();
}