Completed
Push — master ( 2d9ef4...cff547 )
by he
05:48
created
app/Console/Commands/Once/GenerateTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.