Invoice.php 214 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\Guest;
  8. class Invoice extends \Magento\Sales\Controller\Guest\View
  9. {
  10. }