Email.php 253 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\Invoice;
  8. class Email extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice\Email
  9. {
  10. }