$ids PaymentMethod ids, in their new order — * the same array Filament's own reorderTable() already wrote to the * database directly (bulk SQL, not PaymentMethodService::update() — * see PaymentMethodResource's own docblock for why this is the one * PaymentMethod write that doesn't go through the service). */ public function __construct( public readonly array $ids, ) {} }