Skip to content

Commit

Permalink
Add listed for sale
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Jan 2, 2025
1 parent 1f9cc35 commit 8c6e7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Api/StatsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function pizza_pets(): JsonResponse
'alive_count' => $alive_count,
'dead_count' => $dead_count,
'owner_count' => $model->owners,
'listed_for_sale' => $model->listed,
]);
}
}

0 comments on commit 8c6e7a7

Please sign in to comment.