diff --git a/app/Services/JwtService.php b/app/Services/JwtService.php index 0c4a81c..2c7713e 100644 --- a/app/Services/JwtService.php +++ b/app/Services/JwtService.php @@ -2,7 +2,7 @@ namespace App\Services; -use App\Models\User; +use App\Models\Auth\User; use Firebase\JWT\JWT; use Firebase\JWT\Key; use Illuminate\Support\Carbon;