AbstractResult.php 219 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Shipping\Model\Tracking\Result;
  7. class AbstractResult extends \Magento\Framework\DataObject
  8. {
  9. }