Skip to content

Commit

Permalink
Fix spelling & Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Sep 2, 2024
1 parent 21d6816 commit 32ad237
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Console/Commands/Maintenance/FixOrphanAccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/Maintenance/FixUnsplittedAccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 32ad237

Please sign in to comment.