<?php declare(strict_types=1);
/**
* gb media
* All Rights Reserved.
*
* Unauthorized copying of this file, via any medium is strictly prohibited.
* The content of this file is proprietary and confidential.
*
* @category Shopware
* @package Shopware_Plugins
* @subpackage GuestToCustomer
* @copyright Copyright (c) 2022, gb media
* @license proprietary
* @author Giuseppe Bottino
* @link http://www.gb-media.biz
*/
namespace Gbmed\GuestToCustomer;
use Shopware\Core\Framework\Plugin;
class GbmedGuestToCustomer extends Plugin
{
}