X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/41ac69adb1a4c50dc3a9341a4391969befba3e9e..refs/pull/3918/head:/app/Http/Middleware/PreventAuthenticatedResponseCaching.php diff --git a/app/Http/Middleware/PreventAuthenticatedResponseCaching.php b/app/Http/Middleware/PreventAuthenticatedResponseCaching.php index 3ad5b3914..60c913811 100644 --- a/app/Http/Middleware/PreventAuthenticatedResponseCaching.php +++ b/app/Http/Middleware/PreventAuthenticatedResponseCaching.php @@ -10,8 +10,9 @@ class PreventAuthenticatedResponseCaching /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request - * @param \Closure $next + * @param \Illuminate\Http\Request $request + * @param \Closure $next + * * @return mixed */ public function handle($request, Closure $next)