@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | * |
36 | 36 | * @return void |
37 | 37 | */ |
38 | - public function report(Exception $exception) |
|
38 | + public function report (Exception $exception) |
|
39 | 39 | { |
40 | 40 | parent::report($exception); |
41 | 41 | } |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * |
49 | 49 | * @return \Illuminate\Http\Response |
50 | 50 | */ |
51 | - public function render($request, Exception $exception) |
|
51 | + public function render ($request, Exception $exception) |
|
52 | 52 | { |
53 | 53 | return parent::render($request, $exception); |
54 | 54 | } |
@@ -32,7 +32,7 @@ |
||
32 | 32 | * |
33 | 33 | * @return void |
34 | 34 | */ |
35 | - public function __construct() |
|
35 | + public function __construct () |
|
36 | 36 | { |
37 | 37 | $this->middleware('guest'); |
38 | 38 | } |