custom/static-plugins/SamsonCompany/src/SamsonCompany.php line 20

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