Skip to content

Commit

Permalink
use Macroable trait on TokenGuard (#51922)
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Jun 26, 2024
1 parent 605b200 commit ddd6399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 ddd6399

Please sign in to comment.