Skip to content

Commit

Permalink
Update ListTrashTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
secure73 authored Dec 30, 2023
1 parent 4cefa51 commit f770924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits/model/ListTrashTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function trash(GemRequest $request):JsonResponse
$jsonResponse = new JsonResponse();
if(!$this->getError())
{
$result = $this->listQuery();
$result = $this->ListTrashQuery();
$jsonResponse->success( $result,$this->getCount());
}
else
Expand Down

0 comments on commit f770924

Please sign in to comment.