]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5851
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Sat, 8 Apr 2023 09:05:49 +0000 (11:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Sat, 8 Apr 2023 09:05:49 +0000 (11:05 +0200)
app/Http/Middleware/TrustProxies.php

index ce930a200b74ff0e726aca36923f3930c97b2785..6707c6103b3c436b1e2a99fda23337a114696581 100644 (file)
@@ -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