Skip to content

Commit

Permalink
Fix TrustProxies.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Feb 13, 2022
1 parent 6480184 commit b80931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/TrustProxies.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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 b80931a

Please sign in to comment.