View.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\Customer\Controller\Review;
  8. class View extends \Magento\Customer\Controller\Review
  9. {
  10. }