@@ -12,7 +12,7 @@ discard block |
||
| 12 | 12 | * |
| 13 | 13 | * @var array |
| 14 | 14 | */ |
| 15 | - protected $dontReport = [ |
|
| 15 | + protected $dontReport=[ |
|
| 16 | 16 | // |
| 17 | 17 | ]; |
| 18 | 18 | |
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | * |
| 22 | 22 | * @var array |
| 23 | 23 | */ |
| 24 | - protected $dontFlash = [ |
|
| 24 | + protected $dontFlash=[ |
|
| 25 | 25 | 'current_password', |
| 26 | 26 | 'password', |
| 27 | 27 | 'password_confirmation', |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | */ |
| 35 | 35 | public function register() |
| 36 | 36 | { |
| 37 | - $this->reportable(function (Throwable $e) { |
|
| 37 | + $this->reportable(function(Throwable $e) { |
|
| 38 | 38 | // |
| 39 | 39 | }); |
| 40 | 40 | } |