mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 06:38:34 +01:00
Fix spelling & Cleaning
This commit is contained in:
parent
21d6816151
commit
32ad237129
@ -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')) {
|
||||
|
@ -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')) {
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user