Passed
Branch master (b242a1)
by Hashem
02:58
created
Category
src/HelperServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind('helper', function () {
16
+        $this->app->bind('helper', function() {
17 17
             return new Helper();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.