@@ -16,7 +16,7 @@ |
||
16 | 16 | { |
17 | 17 | try { |
18 | 18 | $response = $this->getRouteResponse($route, $bindings); |
19 | - } catch( Exception $e){ |
|
19 | + } catch (Exception $e) { |
|
20 | 20 | $response = ''; |
21 | 21 | } |
22 | 22 | $routeAction = $route->getAction(); |