1234567891011121314151617 |
- <?php
- /**
- * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
- * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
- *
- * Glory to Ukraine! Glory to the heroes!
- */
- namespace Magefan\Blog\Controller\Adminhtml\Post;
- /**
- * Blog post list controller
- */
- class Index extends \Magefan\Blog\Controller\Adminhtml\Post
- {
- }
|