custom/static-plugins/SamsonAmpc/src/SamsonAmpc.php line 19

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /***
  3.  *
  4.  * This file is part of the "SAMSON Shop" project.
  5.  *
  6.  * For the full copyright and license information, please read the
  7.  * LICENSE.txt file that was distributed with this source code.
  8.  *
  9.  *  (c) 2023
  10.  *
  11.  ***/
  12. namespace Samson;
  13. use Shopware\Core\Framework\Plugin;
  14. use Shopware\Storefront\Framework\ThemeInterface;
  15. class SamsonAmpc extends Plugin implements ThemeInterface
  16. {
  17. }