Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi authored and github-actions[bot] committed May 13, 2024
1 parent 89812a0 commit 6e2bd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Facades/RecaptchaEnterprise.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Closure;
use Illuminate\Support\Facades\Facade;
use Oneduo\RecaptchaEnterprise\Contracts\RecaptchaContract;
use Oneduo\RecaptchaEnterprise\Services\RecaptchaService;
use Oneduo\RecaptchaEnterprise\Mocks\FakeRecaptchaEnterprise;
use Oneduo\RecaptchaEnterprise\Services\RecaptchaService;

/**
* @method static static setThreshold(float $threshold)
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace Oneduo\RecaptchaEnterprise\Tests;

use Oneduo\RecaptchaEnterprise\Contracts\RecaptchaContract;
use Oneduo\RecaptchaEnterprise\RecaptchaEnterpriseServiceProvider;
use Oneduo\RecaptchaEnterprise\Mocks\FakeRecaptchaEnterprise;
use Oneduo\RecaptchaEnterprise\RecaptchaEnterpriseServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;

class TestCase extends Orchestra
Expand Down

0 comments on commit 6e2bd08

Please sign in to comment.