Explorar o código

Make User command class name fix

i changed the name of the file, i forgot to change the class name :( oops....
AVMG20 %!s(int64=4) %!d(string=hai) anos
pai
achega
c786fd3891
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Console/Commands/MakeUserCommand.php

+ 1 - 1
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.