From c786fd3891c4efa7438f12202cdd1684458219cf Mon Sep 17 00:00:00 2001 From: AVMG20 Date: Mon, 7 Jun 2021 00:52:58 +0200 Subject: [PATCH] Make User command class name fix i changed the name of the file, i forgot to change the class name :( oops.... --- app/Console/Commands/MakeUserCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MakeUserCommand.php b/app/Console/Commands/MakeUserCommand.php index 5221a983..2c971edc 100644 --- a/app/Console/Commands/MakeUserCommand.php +++ b/app/Console/Commands/MakeUserCommand.php @@ -7,7 +7,7 @@ use App\Models\User; use Illuminate\Console\Command; use Illuminate\Support\Facades\Hash; -class createUser extends Command +class MakeUserCommand extends Command { /** * The name and signature of the console command.