Skip to content

Commit

Permalink
Compatibility mass action for all magento 2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny DECLERCK committed Jun 20, 2019
1 parent 2861349 commit a0b46dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Controller/Adminhtml/Retailer/MassEditHours.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace Smile\StoreLocator\Controller\Adminhtml\Retailer;

use Magento\Framework\App\Action\HttpPostActionInterface;
use Magento\Framework\Controller\ResultFactory;
use Magento\Backend\App\Action\Context;
use Smile\Retailer\Controller\Adminhtml\AbstractRetailer;
Expand All @@ -26,7 +25,7 @@
* @package Smile\StoreLocator
* @author Fanny DECLERCK <fadec@smile.fr>
*/
class MassEditHours extends AbstractRetailer implements HttpPostActionInterface
class MassEditHours extends AbstractRetailer
{
/**
* {@inheritdoc}
Expand Down
3 changes: 1 addition & 2 deletions Controller/Adminhtml/Retailer/MassSaveHours.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace Smile\StoreLocator\Controller\Adminhtml\Retailer;

use Magento\Framework\App\Action\HttpPostActionInterface;
use Magento\Framework\Controller\ResultFactory;
use Magento\Backend\App\Action\Context;
use Smile\Retailer\Controller\Adminhtml\AbstractRetailer;
Expand All @@ -28,7 +27,7 @@
* @package Smile\StoreLocator
* @author Fanny DECLERCK <fadec@smile.fr>
*/
class MassSaveHours extends AbstractRetailer implements HttpPostActionInterface
class MassSaveHours extends AbstractRetailer
{
/**
* @var OpeningHoursPostDataHandler
Expand Down

0 comments on commit a0b46dc

Please sign in to comment.