Skip to content

Commit

Permalink
Update requests.md (laravel#7227)
Browse files Browse the repository at this point in the history
  • Loading branch information
emargareten authored Aug 10, 2021
1 parent 59ea7d5 commit fd4b479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ To solve this, you may use the `App\Http\Middleware\TrustProxies` middleware tha

namespace App\Http\Middleware;

use Fideloper\Proxy\TrustProxies as Middleware;
use Illuminate\Http\Middleware\TrustProxies as Middleware;
use Illuminate\Http\Request;

class TrustProxies extends Middleware
Expand Down

0 comments on commit fd4b479

Please sign in to comment.