custom/plugins/NetiNextEasyCoupon/src/Core/Content/Flow/Dispatching/Action/ActivateCouponAction.php line 10

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace NetInventors\NetiNextEasyCoupon\Core\Content\Flow\Dispatching\Action;
  4. use NetInventors\NetiNextEasyCoupon\Events\FlowEvent\CouponActivationEvent;
  5. use Shopware\Core\Content\Flow\Dispatching\Action\FlowAction;
  6. class ActivateCouponAction extends AbstractAction
  7. {
  8.     protected static string $className CouponActivationEvent::class;
  9. }