Completed
Push — master ( 774da5...d3ca1b )
by bruce
02:42
created
src/MD5HasherProvider.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function register()
25 25
     {
26 26
         $this->app->singleton('md5hasher',function (){
27
-           return new MD5Hasher();
27
+            return new MD5Hasher();
28 28
         });
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function register()
25 25
     {
26
-        $this->app->singleton('md5hasher',function (){
26
+        $this->app->singleton('md5hasher', function() {
27 27
            return new MD5Hasher();
28 28
         });
29 29
     }
Please login to merge, or discard this patch.