Completed
Push — master ( 3581ad...522212 )
by Devin
03:24
created
src/BinListServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.