custom/plugins/PremsDiscountCategory6/src/PremsDiscountCategory6.php line 18

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * PremSoft
  4.  * Copyright © 2023 PremSoft - Sven Mittreiter
  5.  *
  6.  * @copyright  Copyright (c) 2023, PremSoft - Sven Mittreiter (http://www.premsoft.de)
  7.  * @author     Sven Mittreiter <info@premsoft.de>
  8.  */
  9. namespace Prems\Plugin\PremsDiscountCategory6;
  10. use Shopware\Core\Framework\Plugin;
  11. /**
  12.  * Class PremsDiscountCategory6
  13.  *
  14.  * @package Prems\Plugin\PremsDiscountCategory6
  15.  */
  16. class PremsDiscountCategory6 extends Plugin
  17. {
  18. }