<?php declare(strict_types=1);namespace Samson;/*** * * This file is part of the "SAMSON Shop" project. * * For the full copyright and license information, please read the * LICENSE.txt file that was distributed with this source code. * * (c) 2023 * ***/use Shopware\Core\Framework\Plugin;use Shopware\Storefront\Framework\ThemeInterface;use Symfony\Component\DependencyInjection\ContainerBuilder;class SamsonCompany extends Plugin implements ThemeInterface{}