Passed
Push — master ( 669780...2312b4 )
by Devin
02:46
created
src/BinListServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     protected function registerBindings(): void
28 28
     {
29
-        $this->app->singleton('binlist', function () {
29
+        $this->app->singleton('binlist', function() {
30 30
             return new BinList();
31 31
         });
32 32
 
Please login to merge, or discard this patch.