@@ -5,7 +5,6 @@ |
||
5 | 5 | use Dingo\Api\Exception\StoreResourceFailedException; |
6 | 6 | use PHPHub\Repositories\ReplyRepositoryInterface; |
7 | 7 | use PHPHub\Transformers\ReplyTransformer; |
8 | -use PHPHub\User; |
|
9 | 8 | use Illuminate\Http\Request; |
10 | 9 | use Prettus\Validator\Exceptions\ValidatorException; |
11 | 10 |
@@ -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(); |