@@ -450,7 +450,7 @@ |
||
| 450 | 450 | /** |
| 451 | 451 | * Prepare count query builder. |
| 452 | 452 | * |
| 453 | - * @return \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder |
|
| 453 | + * @return string |
|
| 454 | 454 | */ |
| 455 | 455 | protected function prepareCountQuery() |
| 456 | 456 | { |
@@ -765,7 +765,7 @@ |
||
| 765 | 765 | * Convert the object to its JSON representation. |
| 766 | 766 | * |
| 767 | 767 | * @param int $options |
| 768 | - * @return string |
|
| 768 | + * @return JsonResponse |
|
| 769 | 769 | */ |
| 770 | 770 | public function toJson($options = 0) |
| 771 | 771 | { |