@@ -27,7 +27,7 @@ |
||
27 | 27 | protected function registerBindings(): void |
28 | 28 | { |
29 | 29 | $this->app->singleton( |
30 | - 'binlist', function () { |
|
30 | + 'binlist', function() { |
|
31 | 31 | return new BinList(); |
32 | 32 | } |
33 | 33 | ); |