@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | $publishPath = base_path('config/rql.php'); |
52 | 52 | } |
53 | 53 | |
54 | - $this->publishes([$configPath => $publishPath], 'config'); |
|
54 | + $this->publishes([ $configPath => $publishPath ], 'config'); |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | */ |
82 | 82 | protected function bindProcessor(): void |
83 | 83 | { |
84 | - $this->app->bind(ProcessorInterface::class, function () { |
|
84 | + $this->app->bind(ProcessorInterface::class, function() { |
|
85 | 85 | return rql()->getProcessor(); |
86 | 86 | }); |
87 | 87 | } |