Skip to content
Snippets Groups Projects
Commit d7aac054 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed browserverification

parent a20e9255
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,6 @@ class BrowserVerification ...@@ -105,7 +105,6 @@ class BrowserVerification
->with('url', $url) ->with('url', $url)
->render()); ->render());
\app()->make(QueryTimer::class)->observeEnd(self::class); \app()->make(QueryTimer::class)->observeEnd(self::class);
return $next($request);
} }
public static function logBrowserverification(Request $request) public static function logBrowserverification(Request $request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment