@@ -31,7 +31,7 @@ |
||
31 | 31 | } |
32 | 32 | |
33 | 33 | /** |
34 | - * @return bool |
|
34 | + * @return string |
|
35 | 35 | */ |
36 | 36 | public function isAscending() |
37 | 37 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | |
6 | 6 | use Illuminate\Http\JsonResponse; |
7 | -use Illuminate\Http\Response; |
|
8 | 7 | use OpenSkill\Datatable\Data\ResponseData; |
9 | 8 | use OpenSkill\Datatable\Queries\QueryConfiguration; |
10 | 9 |