From 20a22f1d0c05c81bc5417f7de699913b69fd83ef Mon Sep 17 00:00:00 2001 From: azizi Date: Mon, 21 Sep 2020 19:01:27 +0330 Subject: [PATCH] change some feature --- app/Console/Commands/{convertUsers.php => ConvertUsers.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/Console/Commands/{convertUsers.php => ConvertUsers.php} (99%) diff --git a/app/Console/Commands/convertUsers.php b/app/Console/Commands/ConvertUsers.php similarity index 99% rename from app/Console/Commands/convertUsers.php rename to app/Console/Commands/ConvertUsers.php index 2e473c4..da3b856 100644 --- a/app/Console/Commands/convertUsers.php +++ b/app/Console/Commands/ConvertUsers.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; use Illuminate\Support\Facades\DB as Database; use Illuminate\Support\Carbon; -class convertUsers extends Command +class ConvertUsers extends Command { /** * The name and signature of the console command.