Passed
Push — master ( ee75d4...a34308 )
by Jason
02:46
created
src/MD5HasherProvider.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->singleton('md5hash', function () {
16
+        $this->app->singleton('md5hash', function() {
17 17
             return new MD5Hasher();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.