custom/plugins/GbmedGuestToCustomer/src/GbmedGuestToCustomer.php line 21

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * gb media
  4.  * All Rights Reserved.
  5.  *
  6.  * Unauthorized copying of this file, via any medium is strictly prohibited.
  7.  * The content of this file is proprietary and confidential.
  8.  *
  9.  * @category       Shopware
  10.  * @package        Shopware_Plugins
  11.  * @subpackage     GuestToCustomer
  12.  * @copyright      Copyright (c) 2022, gb media
  13.  * @license        proprietary
  14.  * @author         Giuseppe Bottino
  15.  * @link           http://www.gb-media.biz
  16.  */
  17. namespace Gbmed\GuestToCustomer;
  18. use Shopware\Core\Framework\Plugin;
  19. class GbmedGuestToCustomer extends Plugin
  20. {
  21. }