Index.php 373 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
  4. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  5. *
  6. * Glory to Ukraine! Glory to the heroes!
  7. */
  8. namespace Magefan\Blog\Controller\Adminhtml\Post;
  9. /**
  10. * Blog post list controller
  11. */
  12. class Index extends \Magefan\Blog\Controller\Adminhtml\Post
  13. {
  14. }