Skip to content

Commit 91fb978

Browse files
authored
Merge pull request #46 from RyanDaDeng/analysis-qoy7eZ
Apply fixes from StyleCI
2 parents 42e8fe0 + d1ad530 commit 91fb978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Core/CurlRequestClient.php

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

99
namespace TimeHunter\LaravelGoogleReCaptchaV3\Core;
1010

11-
use TimeHunter\LaravelGoogleReCaptchaV3\Interfaces\RequestClientInterface;
1211
use Illuminate\Support\Facades\Lang;
12+
use TimeHunter\LaravelGoogleReCaptchaV3\Interfaces\RequestClientInterface;
1313

1414
class CurlRequestClient implements RequestClientInterface
1515
{

src/Core/GuzzleRequestClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
namespace TimeHunter\LaravelGoogleReCaptchaV3\Core;
1010

1111
use GuzzleHttp\Client;
12+
use Illuminate\Support\Facades\Lang;
1213
use GuzzleHttp\Exception\ClientException;
1314
use GuzzleHttp\Exception\ConnectException;
1415
use TimeHunter\LaravelGoogleReCaptchaV3\Interfaces\RequestClientInterface;
15-
use Illuminate\Support\Facades\Lang;
1616

1717
class GuzzleRequestClient implements RequestClientInterface
1818
{

0 commit comments

Comments
 (0)