Fixing Late Static Binding Issues in Filament Resources
When developing with Filament, you might encounter issues with PHP's late static binding, especially when working with resources. A recent update to the platform project addressed such a problem, improving the way queries are handled within resource classes.
The issue arose from directly calling Resource::getEloquentQuery(). This approach breaks PHP's late static binding, causing