Skip to content

Commit e16eb8e

Browse files
authored
Merge pull request #1519 from rappasoft/analysis-2Q61nB
Apply fixes from StyleCI
2 parents d6d1626 + 71d372b commit e16eb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/migrations/2021_04_05_153840_create_two_factor_authentications_table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Illuminate\Support\Facades\Schema;
4-
use Illuminate\Database\Schema\Blueprint;
53
use Illuminate\Database\Migrations\Migration;
4+
use Illuminate\Database\Schema\Blueprint;
5+
use Illuminate\Support\Facades\Schema;
66

77
class CreateTwoFactorAuthenticationsTable extends Migration
88
{

0 commit comments

Comments
 (0)