@@ -45,8 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | try { |
47 | 47 | return $this->to($this->generator->route('home'), $status); |
48 | - } |
|
49 | - catch (HttpException) { |
|
48 | + } catch (HttpException) { |
|
50 | 49 | return $this->to('/', $status); |
51 | 50 | } |
52 | 51 | } |