Skip to content

Commit

Permalink
use Macroable trait on TokenGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Jun 26, 2024
1 parent a2f2dc2 commit 5fb5fe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Auth/TokenGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Auth\UserProvider;
use Illuminate\Http\Request;
use Illuminate\Support\Traits\Macroable;

class TokenGuard implements Guard
{
use GuardHelpers;
use GuardHelpers, Macroable;

/**
* The request instance.
Expand Down

0 comments on commit 5fb5fe8

Please sign in to comment.