123456789101112131415 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- namespace Magento\Cms\Block\Adminhtml\Wysiwyg\Images\Content;
- /**
- * New directory block for Wysiwyg Images
- *
- * @author Magento Core Team <core@magentocommerce.com>
- */
- class Newfolder extends \Magento\Backend\Block\Template
- {
- }
|