@@ -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(); |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: xuan |
|
5 | - * Date: 12/3/15 |
|
6 | - * Time: 7:12 PM. |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: xuan |
|
5 | + * Date: 12/3/15 |
|
6 | + * Time: 7:12 PM. |
|
7 | + */ |
|
8 | 8 | namespace PHPHub\Transformers; |
9 | 9 | |
10 | 10 | use Illuminate\Database\Eloquent\Model; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: xuan |
|
5 | - * Date: 10/23/15 |
|
6 | - * Time: 10:39 AM. |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: xuan |
|
5 | + * Date: 10/23/15 |
|
6 | + * Time: 10:39 AM. |
|
7 | + */ |
|
8 | 8 | namespace PHPHub\Repositories\Criteria; |
9 | 9 | |
10 | 10 | use Input; |