custom/static-plugins/custom-quantity-field/src/WexoCustomQuantityField.php line 11

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Wexo\CustomQuantityField;
  3. use Shopware\Core\Framework\Plugin;
  4. /**
  5.  * Class WexoCustomQuantityField
  6.  * @package Wexo\CustomQuantityField
  7.  */
  8. class WexoCustomQuantityField extends Plugin
  9. {
  10. }