aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php')
-rw-r--r--src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php b/src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php
index 053f837..3d15262 100644
--- a/src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php
+++ b/src/CamilStaps/BotleaguesApi/TokenAuthenticationProvider.php
@@ -8,13 +8,13 @@
namespace CamilStaps\BotleaguesApi;
-use Dingo\Api\Auth\ProviderInterface;
+use Dingo\Api\Auth\Provider\Provider;
use Dingo\Api\Routing\Route;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
-class TokenAuthenticationProvider implements ProviderInterface {
+class TokenAuthenticationProvider implements Provider {
/**
* Authenticate the request and return the authenticated user instance.