Skip to content

Commit 83468da

Browse files
authored
Merge pull request #13 from brunovt074/fix/Arr
Fixed incomplete Arr import on Login.php
2 parents b61cd71 + ed2df43 commit 83468da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/Login.php

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

33
namespace Stephenjude\FilamentTwoFactorAuthentication\Pages;
44

5-
use Arr;
5+
use Illuminate\Support\Arr;
66
use DanHarrin\LivewireRateLimiting\Exceptions\TooManyRequestsException;
77
use Filament\Facades\Filament;
88
use Filament\Http\Responses\Auth\Contracts\LoginResponse;

0 commit comments

Comments
 (0)