@@ -19,7 +19,7 @@ |
||
19 | 19 | __DIR__.'/../config/confirmident.php', 'confirmident' |
20 | 20 | ); |
21 | 21 | |
22 | - $this->app->singleton('confirmident', function () { |
|
22 | + $this->app->singleton('confirmident', function() { |
|
23 | 23 | return new Confirmident(); |
24 | 24 | }); |
25 | 25 | } |