@@ -24,7 +24,7 @@ |
||
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 | } |