Browse Source

Make User command class name fix

i changed the name of the file, i forgot to change the class name :( oops....
AVMG20 4 years ago
parent
commit
c786fd3891
1 changed files with 1 additions and 1 deletions
  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.