Completed
Push — master ( 2a72c0...18beeb )
by Alex
02:38
created
src/ExecutorServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.