custom/plugins/BwtsdsProductComparison/src/BwtsdsProductComparison.php line 16

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * Copyright (c) BWT Sports & Digital Services GmbH. All rights reserved.
  5.  * This file is part of software that is released under a proprietary license.
  6.  * You must not copy, modify, distribute, make publicly available, or execute
  7.  * its contents or parts thereof without express permission by the copyright
  8.  * holder, unless otherwise permitted by law.
  9.  */
  10. namespace BwtsdsProductComparison;
  11. use Shopware\Core\Framework\Plugin;
  12. class BwtsdsProductComparison extends Plugin
  13. {
  14. }