Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-sitemap/Controller/Adminhtml/Sitemap/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-sitemap/Controller/Adminhtml/Sitemap/NewAction.php

<?php
/**
 *
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Sitemap\Controller\Adminhtml\Sitemap;

class NewAction extends \Magento\Sitemap\Controller\Adminhtml\Sitemap
{
    /**
     * Create new sitemap
     *
     * @return void
     */
    public function execute()
    {
        // the same form is used to create and edit
        $this->_forward('edit');
    }
}