Test Failed
Branch master (52e831)
by Luo
02:57
created
Category
src/MD5HasherProvider.php 1 patch
Spacing   +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
         // 单例注入
27
-        $this->app->singleton('md5hash', function () {
27
+        $this->app->singleton('md5hash', function() {
28 28
             return new MD5Hasher();
29 29
         });
30 30
     }
Please login to merge, or discard this patch.