File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 99namespace TimeHunter \LaravelGoogleReCaptchaV3 \Core ;
1010
1111use GuzzleHttp \Client ;
12- use Illuminate \Support \Facades \Lang ;
1312use GuzzleHttp \Exception \ClientException ;
1413use GuzzleHttp \Exception \ConnectException ;
14+ use Illuminate \Support \Facades \Lang ;
1515use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \RequestClientInterface ;
1616
1717class GuzzleRequestClient implements RequestClientInterface
Original file line number Diff line number Diff line change 99namespace TimeHunter \LaravelGoogleReCaptchaV3 ;
1010
1111use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
12- use TimeHunter \LaravelGoogleReCaptchaV3 \Services \GoogleReCaptchaV3Service ;
1312use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \ReCaptchaConfigV3Interface ;
13+ use TimeHunter \LaravelGoogleReCaptchaV3 \Services \GoogleReCaptchaV3Service ;
1414
1515class GoogleReCaptchaV3
1616{
Original file line number Diff line number Diff line change 33namespace TimeHunter \LaravelGoogleReCaptchaV3 \Providers ;
44
55use Illuminate \Support \ServiceProvider ;
6- use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
6+ use TimeHunter \LaravelGoogleReCaptchaV3 \Configurations \ ReCaptchaConfigV3 ;
77use TimeHunter \LaravelGoogleReCaptchaV3 \Core \CurlRequestClient ;
88use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
9- use TimeHunter \LaravelGoogleReCaptchaV3 \Configurations \ReCaptchaConfigV3 ;
9+ use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
10+ use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \ReCaptchaConfigV3Interface ;
1011use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \RequestClientInterface ;
1112use TimeHunter \LaravelGoogleReCaptchaV3 \Services \GoogleReCaptchaV3Service ;
12- use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \ReCaptchaConfigV3Interface ;
1313
1414class GoogleReCaptchaV3ServiceProvider extends ServiceProvider
1515{
Original file line number Diff line number Diff line change 1010
1111use Illuminate \Support \Facades \Lang ;
1212use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
13- use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \RequestClientInterface ;
1413use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \ReCaptchaConfigV3Interface ;
14+ use TimeHunter \LaravelGoogleReCaptchaV3 \Interfaces \RequestClientInterface ;
1515
1616class GoogleReCaptchaV3Service
1717{
Original file line number Diff line number Diff line change 22
33namespace TimeHunter \Tests ;
44
5- use PHPUnit \Framework \TestCase ;
65use Illuminate \Support \Facades \Lang ;
7- use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
8- use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
9- use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
6+ use PHPUnit \Framework \TestCase ;
107use TimeHunter \LaravelGoogleReCaptchaV3 \Configurations \ReCaptchaConfigV3 ;
8+ use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
9+ use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
10+ use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
1111use TimeHunter \LaravelGoogleReCaptchaV3 \Services \GoogleReCaptchaV3Service ;
1212
1313class ConfigTest extends TestCase
Original file line number Diff line number Diff line change 44
55use PHPUnit \Framework \TestCase ;
66use TimeHunter \LaravelGoogleReCaptchaV3 \Core \CurlRequestClient ;
7- use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
87use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
8+ use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
99
1010class RequestTest extends TestCase
1111{
Original file line number Diff line number Diff line change 33namespace TimeHunter \Tests ;
44
55use PHPUnit \Framework \TestCase ;
6- use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
7- use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
8- use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
96use TimeHunter \LaravelGoogleReCaptchaV3 \Configurations \ReCaptchaConfigV3 ;
7+ use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GoogleReCaptchaV3Response ;
8+ use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
9+ use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
1010use TimeHunter \LaravelGoogleReCaptchaV3 \Services \GoogleReCaptchaV3Service ;
1111
1212class ScoreTest extends TestCase
Original file line number Diff line number Diff line change 33namespace TimeHunter \Tests ;
44
55use PHPUnit \Framework \TestCase ;
6- use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
7- use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
86use TimeHunter \LaravelGoogleReCaptchaV3 \Configurations \ReCaptchaConfigV3 ;
7+ use TimeHunter \LaravelGoogleReCaptchaV3 \Core \GuzzleRequestClient ;
8+ use TimeHunter \LaravelGoogleReCaptchaV3 \GoogleReCaptchaV3 ;
99use TimeHunter \LaravelGoogleReCaptchaV3 \Services \GoogleReCaptchaV3Service ;
1010
1111class ViewTest extends TestCase
You can’t perform that action at this time.
0 commit comments