Item.php 353 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\Block\Post\PostList;
  9. /**
  10. * Post list item
  11. */
  12. class Item extends \Magefan\Blog\Block\Post\AbstractPost
  13. {
  14. }