@@ -21,7 +21,7 @@ |
||
21 | 21 | public function execute($command, callable $next) |
22 | 22 | { |
23 | 23 | $pipeline = null; |
24 | - DB::transaction(function () use ($next, $command, &$pipeline) { |
|
24 | + DB::transaction(function() use ($next, $command, &$pipeline) { |
|
25 | 25 | $pipeline = $next($command); |
26 | 26 | }); |
27 | 27 | return $pipeline; |