rename command

This commit is contained in:
Andras Bacsai 2023-09-05 10:22:24 +02:00
parent be1dad03bd
commit e8a41d7e6e

View File

@ -9,7 +9,7 @@
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Str;
class InviteFromWaitlist extends Command
class WaitlistInvite extends Command
{
public Waitlist|null $next_patient = null;
public User|null $new_user = null;
@ -19,7 +19,7 @@ class InviteFromWaitlist extends Command
*
* @var string
*/
protected $signature = 'app:invite-from-waitlist {email?}';
protected $signature = 'waitlist:invite {email?}';
/**
* The console command description.