@@ -28,7 +28,7 @@ |
||
28 | 28 | public static function register(ExceptionRenderer $exceptionRenderer = null) |
29 | 29 | { |
30 | 30 | if (is_null($exceptionRenderer)) { |
31 | - $exceptionRenderer = new ExceptionToJsonRenderer(); |
|
31 | + $exceptionRenderer = new ExceptionToJsonRenderer(); |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | $self = new self($exceptionRenderer); |