<?php declare(strict_types=1);
namespace Shopware\Commercial\MultiWarehouse;
use Shopware\Core\Framework\Bundle;
/**
* @internal
*
* @package inventory
*/
class MultiWarehouse extends Bundle
{
}