Skip to content

Commit 9378652

Browse files
committed
♻️ Apply refactoring
1 parent cfd0b27 commit 9378652

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Http/Livewire/Modals/AnonymousSponsors.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use App\Models\Transaction;
1010
use App\Models\User;
1111
use Illuminate\Contracts\View\View;
12-
use Illuminate\Support\Facades\Auth;
1312
use LivewireUI\Modal\ModalComponent;
1413
use NotchPay\NotchPay;
1514

app/Traits/WithArticleAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ trait WithArticleAttributes
2727

2828
public int $reading_time = 1;
2929

30+
//@phpstan-ignore-next-line
3031
public $file;
3132

3233
/**

0 commit comments

Comments
 (0)