diff --git a/app/Console/Commands/InviteFromWaitlist.php b/app/Console/Commands/WaitlistInvite.php similarity index 96% rename from app/Console/Commands/InviteFromWaitlist.php rename to app/Console/Commands/WaitlistInvite.php index 2794b7441..7374b1f2f 100644 --- a/app/Console/Commands/InviteFromWaitlist.php +++ b/app/Console/Commands/WaitlistInvite.php @@ -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.