custom/plugins/CustomPricePlugin/src/CustomPricePlugin.php line 7

Open in your IDE?
  1. <?php
  2. namespace CustomPricePlugin;
  3. use Shopware\Core\Framework\Plugin;
  4. class CustomPricePlugin extends Plugin
  5. {
  6. }