diff --git a/src/GhostZero/BitinflowAccounts/Auth/TokenGuard.php b/src/GhostZero/BitinflowAccounts/Auth/TokenGuard.php index 88d2f2e..9778839 100644 --- a/src/GhostZero/BitinflowAccounts/Auth/TokenGuard.php +++ b/src/GhostZero/BitinflowAccounts/Auth/TokenGuard.php @@ -7,7 +7,7 @@ use Firebase\JWT\JWT; use GhostZero\BitinflowAccounts\BitinflowAccounts; use GhostZero\BitinflowAccounts\Helpers\JwtParser; use GhostZero\BitinflowAccounts\Traits\HasBitinflowTokens; -use Illuminate\Auth\Authenticatable; +use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Auth\AuthenticationException; use Illuminate\Auth\GuardHelpers; use Illuminate\Container\Container;