From 38d8dc6864661c66c76100ecb7409bbb49654d8d Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 12 Nov 2025 16:26:45 +1030 Subject: [PATCH] Update UserRegistrationMagicLink.php --- app/Console/Commands/UserRegistrationMagicLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/UserRegistrationMagicLink.php b/app/Console/Commands/UserRegistrationMagicLink.php index d2223650d..032c0d010 100644 --- a/app/Console/Commands/UserRegistrationMagicLink.php +++ b/app/Console/Commands/UserRegistrationMagicLink.php @@ -20,7 +20,7 @@ class UserRegistrationMagicLink extends Command * * @var string */ - protected $description = 'Get the app magic link for users who register in-app but have not recieved the confirmation email'; + protected $description = 'Get the app magic link for users who register in-app but have not received the confirmation email'; /** * Execute the console command.