Skip to content

Commit 11fe874

Browse files
hezhiyingtaylorotwell
authored andcommitted
[5.4] Make RequestGuard Macroable (#19569)
* Create RequestGuard.php use Illuminate\Support\Traits\Macroable; * Update RequestGuard.php
1 parent 71c77c3 commit 11fe874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Auth/RequestGuard.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
use Illuminate\Http\Request;
66
use Illuminate\Contracts\Auth\Guard;
7+
use Illuminate\Support\Traits\Macroable;
78

89
class RequestGuard implements Guard
910
{
10-
use GuardHelpers;
11+
use GuardHelpers, Macroable;
1112

1213
/**
1314
* The guard callback.

0 commit comments

Comments
 (0)