Skip to content

Commit 024e16c

Browse files
Fix styling
1 parent 824feb0 commit 024e16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleRecaptchaV3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace Maize\GoogleRecaptchaV3;
44

55
use Illuminate\Support\Facades\Blade;
6+
use Illuminate\Support\Uri;
67
use Illuminate\Validation\Rule;
78
use Maize\GoogleRecaptchaV3\Enums\Badge;
89
use Maize\GoogleRecaptchaV3\Rules\RecaptchaRule;
910
use Maize\GoogleRecaptchaV3\Support\Config;
10-
use Illuminate\Support\Uri;
1111

1212
class GoogleRecaptchaV3
1313
{

0 commit comments

Comments
 (0)