@@ -8,7 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | public function register() |
10 | 10 | { |
11 | - $this->app->bind('executor', function () { |
|
11 | + $this->app->bind('executor', function() { |
|
12 | 12 | return new Executor(); |
13 | 13 | }); |
14 | 14 | } |