Explorar el Código

Make User command class name fix

i changed the name of the file, i forgot to change the class name :( oops....
AVMG20 hace 4 años
padre
commit
c786fd3891
Se han modificado 1 ficheros con 1 adiciones y 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.