Skip to content

Commit

Permalink
fix authenticators
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Nov 17, 2023
1 parent 54db2ee commit adc84fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Authenticators/BotTokenAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Astrotomic\DiscordSdk\Authenticators;

use Saloon\Contracts\Authenticator;
use Saloon\Contracts\PendingRequest;
use Saloon\Http\PendingRequest;

class BotTokenAuthenticator implements Authenticator
{
Expand Down
2 changes: 1 addition & 1 deletion src/Authenticators/UserTokenAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Astrotomic\DiscordSdk\Authenticators;

use Saloon\Contracts\Authenticator;
use Saloon\Contracts\PendingRequest;
use Saloon\Http\PendingRequest;

class UserTokenAuthenticator implements Authenticator
{
Expand Down

0 comments on commit adc84fd

Please sign in to comment.