rename command
This commit is contained in:
parent
be1dad03bd
commit
e8a41d7e6e
@ -9,7 +9,7 @@
|
|||||||
use Illuminate\Support\Facades\Hash;
|
use Illuminate\Support\Facades\Hash;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
|
|
||||||
class InviteFromWaitlist extends Command
|
class WaitlistInvite extends Command
|
||||||
{
|
{
|
||||||
public Waitlist|null $next_patient = null;
|
public Waitlist|null $next_patient = null;
|
||||||
public User|null $new_user = null;
|
public User|null $new_user = null;
|
||||||
@ -19,7 +19,7 @@ class InviteFromWaitlist extends Command
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $signature = 'app:invite-from-waitlist {email?}';
|
protected $signature = 'waitlist:invite {email?}';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The console command description.
|
* The console command description.
|
Loading…
Reference in New Issue
Block a user