mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-24 15:42:09 +08:00
Fixes #17940 $query->getQuery() gives the underlying Illuminate\Database\Query\Builder object. That object does have a limit property that stores the LIMIT value of the query.