X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/23a716a3ac82acb33c40d4f9d0ff233a2b7bb687..refs/pull/2902/head:/app/Http/Middleware/TrustProxies.php diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 7b01d0aab..3f8b32eb2 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -24,8 +24,10 @@ class TrustProxies extends Middleware /** * Handle the request, Set the correct user-configured proxy information. + * * @param Request $request * @param Closure $next + * * @return mixed */ public function handle(Request $request, Closure $next)