@@ -23,8 +23,8 @@ |
||
23 | 23 | */ |
24 | 24 | public function register() |
25 | 25 | { |
26 | - $this->app->singleton('md5hash',function () { |
|
26 | + $this->app->singleton('md5hash', function() { |
|
27 | 27 | return new MD5Hasher(); |
28 | - });// app('md5hash') |
|
28 | + }); // app('md5hash') |
|
29 | 29 | } |
30 | 30 | } |