@@ -30,7 +30,7 @@ |
||
30 | 30 | $stitcher = Stitcher::create(); |
31 | 31 | $route = $input->getArgument(self::ROUTE); |
32 | 32 | |
33 | - Loop::execute(function () use ($stitcher, $route) { |
|
33 | + Loop::execute(function() use ($stitcher, $route) { |
|
34 | 34 | $blanket = $stitcher->stitch($route); |
35 | 35 | $stitcher->save($blanket); |
36 | 36 | }); |