@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public function handle() |
| 16 | 16 | { |
| 17 | 17 | $id = $this->argument('id'); |
| 18 | - app()->singleton(SolutionServer::class, function () { |
|
| 18 | + app()->singleton(SolutionServer::class, function() { |
|
| 19 | 19 | return new SolutionServer(); |
| 20 | 20 | }); |
| 21 | 21 | if (strpos($id, '-') !== false) { |