@@ -16,7 +16,7 @@ |
||
| 16 | 16 | public function handle($request, Closure $next) |
| 17 | 17 | { |
| 18 | 18 | // Check for Internet Explorer 11 |
| 19 | - if (preg_match("/Trident\/7.0;(.*)rv:11.0/", $_SERVER["HTTP_USER_AGENT"], $match) != 0) |
|
| 19 | + if(preg_match("/Trident\/7.0;(.*)rv:11.0/", $_SERVER["HTTP_USER_AGENT"], $match) != 0) |
|
| 20 | 20 | { |
| 21 | 21 | return response()->make(view('error.426'), 426); |
| 22 | 22 | } |