@@ -22,8 +22,8 @@ |
||
22 | 22 | public function register() |
23 | 23 | { |
24 | 24 | $this->app->singleton('auto-correct', function () { |
25 | - return new AutoCorrect(); |
|
26 | - }); |
|
25 | + return new AutoCorrect(); |
|
26 | + }); |
|
27 | 27 | |
28 | 28 | $this->app->singleton('markdown', function () { |
29 | 29 | return new Parsedown(); |