Files
filament/packages
Venkatesh 9261470c75 Laravel Eloquent, the Builder class does not have a getLimit() method, so using getQuery()->limit (#17941)
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.
2025-09-25 08:18:49 +01:00
..
2025-09-16 10:01:17 +01:00
2025-07-09 02:47:10 +07:00
2025-09-14 12:27:59 +01:00
2024-12-09 20:07:00 +01:00
2025-06-12 16:09:16 +01:00