Make User command class name fix

i changed the name of the file, i forgot to change the class name :( oops....
This commit is contained in:
AVMG20 2021-06-07 00:52:58 +02:00
parent 8a62551b39
commit c786fd3891

View file

@ -7,7 +7,7 @@ use App\Models\User;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Hash;
class createUser extends Command class MakeUserCommand extends Command
{ {
/** /**
* The name and signature of the console command. * The name and signature of the console command.