Gallery.php 414 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Copyright © 2015-2017 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\View;
  9. use Magento\Store\Model\ScopeInterface;
  10. /**
  11. * Blog post media gallery images
  12. */
  13. class Gallery extends \Magefan\Blog\Block\Post\AbstractPost
  14. {
  15. }