Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 9b9b3eb

Browse files
committed
Fix styleci errors
1 parent f9dfbc2 commit 9b9b3eb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.styleci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
preset: laravel
2-
2+
disabled:
3+
- unused_use
34
finder:
45
exclude:
56
- ".scannerwork"

src/TwoFactorAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace MichaelDzjap\TwoFactorAuth;
44

5-
use Illuminate\Database\Eloquent\Relations\BelongsTo;
65
use Illuminate\Database\Eloquent\Model;
6+
use Illuminate\Database\Eloquent\Relations\BelongsTo;
77

88
class TwoFactorAuth extends Model
99
{

src/database/migrations/create_two_factor_auths_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

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

77
class CreateTwoFactorAuthsTable extends Migration

0 commit comments

Comments
 (0)