Fix spelling & Cleaning

This commit is contained in:
Bubka 2024-09-02 10:14:37 +02:00
parent 21d6816151
commit 32ad237129
3 changed files with 2 additions and 5 deletions

View File

@ -64,7 +64,7 @@ public function handle()
return;
}
$this->line('Try to fix them...');
$this->line('Trying to fix them...');
foreach ($twofaccounts as $twofaccount) {
if ($twofaccount->legacy_uri === __('errors.indecipherable')) {

View File

@ -73,7 +73,7 @@ public function handle()
return;
}
$this->line('Try to fix them...');
$this->line('Trying to fix them...');
foreach ($twofaccounts as $twofaccount) {
if ($twofaccount->legacy_uri === __('errors.indecipherable')) {

View File

@ -2,10 +2,7 @@
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Facades\Crypt;
use Illuminate\Support\Facades\Log;
class SplitTwofaccountsUriInMultipleColumns extends Migration
{