Skip to content

Commit

Permalink
Rearrange the import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Feb 10, 2022
1 parent dc41779 commit b17622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoCaptchaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace Arcanedev\NoCaptcha;

use Illuminate\Support\Manager;
use Arcanedev\NoCaptcha\Contracts\NoCaptcha as NoCaptchaContract;
use Arcanedev\NoCaptcha\Contracts\NoCaptchaManager as NoCaptchaManagerContract;
use Illuminate\Support\Manager;

/**
* Class NoCaptchaManager
Expand Down

0 comments on commit b17622a

Please sign in to comment.