pull/7387/head
Daniel Supernault 3 days ago
parent e541c38373
commit 5d487afa6c
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -376,6 +376,7 @@ class ComposeController extends Controller
->values();
}
// @phpstan-ignore-next-line
return Status::selectRaw('id, place_id, count(place_id) as pc')
->whereNotNull('place_id')
->where('id', '>', $minId)

Loading…
Cancel
Save