Current Path : /home/dev2.destoffenstraat.com/app/code/Amasty/Paction/Plugin/Ui/Model/ |
Current File : /home/dev2.destoffenstraat.com/app/code/Amasty/Paction/Plugin/Ui/Model/Reader.php |
<?php declare(strict_types=1); /** * @author Amasty Team * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com) * @package Mass Product Actions for Magento 2 */ namespace Amasty\Paction\Plugin\Ui\Model; use Magento\Ui\Config\Reader as ConfigReader; class Reader extends AbstractReader { public function afterRead(ConfigReader $subject, array $result): array { return $this->addMassactions($result); } }