custom/plugins/PremsInteractiveHotspots/src/PremsInteractiveHotspots.php line 13

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * PremSoft
  4.  * Copyright © 2021 Premsoft - Sven Mittreiter
  5.  *
  6.  * @copyright  Copyright (c) 2021, premsoft - Sven Mittreiter (http://www.premsoft.de)
  7.  * @author     Sven Mittreiter <info@premsoft.de>
  8.  */
  9. namespace Prems\Plugin\PremsInteractiveHotspots;
  10. use Shopware\Core\Framework\Plugin;
  11. class PremsInteractiveHotspots extends Plugin
  12. {
  13. }