Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
tablerates_rollback.php
Go to the documentation of this file.
1 <?php
8 $resource = $objectManager->get(\Magento\Framework\App\ResourceConnection::class);
9 $connection = $resource->getConnection();
10 $resourceModel = $objectManager->create(\Magento\OfflineShipping\Model\ResourceModel\Carrier\Tablerate::class);
11 $entityTable = $resourceModel->getTable('shipping_tablerate');
12 $connection->query("DELETE FROM {$entityTable};");
$objectManager