Unsubscribe.php 192 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\ProductAlert\Controller;
  7. abstract class Unsubscribe extends Add
  8. {
  9. }