Skip to content

Commit

Permalink
ENGCOM-4438: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Mar 11, 2019
1 parent 6c820d3 commit 348eeb6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
namespace Magento\Sitemap\Controller\Adminhtml\Sitemap;

use Magento\Backend\App\Action;
use Magento\Framework\App\Action\HttpGetActionInterface;
use Magento\Sitemap\Controller\Adminhtml\Sitemap;
use Magento\Store\Model\App\Emulation;
use Magento\Framework\App\ObjectManager;

/**
* Generate sitemap file
*/
class Generate extends \Magento\Sitemap\Controller\Adminhtml\Sitemap
class Generate extends Sitemap implements HttpGetActionInterface
{
/** @var \Magento\Store\Model\App\Emulation $appEmulation */
private $appEmulation;
Expand Down

0 comments on commit 348eeb6

Please sign in to comment.