--- a/vendor/magento/module-customer/Block/Address/Grid.php 2025-06-10 08:52:03.803397185 +0000 +++ b/vendor/magento/module-customer/Block/Address/Grid.php 2025-06-10 08:50:42.116113717 +0000 @@ -223,7 +223,7 @@ $addressCollection = $this->getAddressCollection(); if (null !== $addressCollection) { $pager = $this->getLayout()->createBlock( - \Magento\Theme\Block\Html\Pager::class, + \Dinhvan\Customer\Block\Html\Pager::class, 'customer.addresses.pager' )->setCollection($addressCollection); $this->setChild('pager', $pager);