View.php 254 B

1234567891011
  1. <?php
  2. /**
  3. *
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. namespace Magento\Sales\Controller\Adminhtml\Shipment;
  8. class View extends \Magento\Sales\Controller\Adminhtml\Shipment\AbstractShipment\View
  9. {
  10. }