custom/static-plugins/SamsonAchema/src/SamsonAchema.php line 21

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) 2022
  10.  *
  11.  ***/
  12. namespace Samson;
  13. use Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface;
  14. use Shopware\Core\Framework\Plugin;
  15. use Shopware\Core\Framework\Plugin\Context\InstallContext;
  16. use Shopware\Storefront\Framework\ThemeInterface;
  17. class SamsonAchema extends Plugin implements ThemeInterface
  18. {
  19. }