custom/plugins/SwagCommercial/src/MultiWarehouse/MultiWarehouse.php line 12

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Commercial\MultiWarehouse;
  3. use Shopware\Core\Framework\Bundle;
  4. /**
  5.  * @internal
  6.  *
  7.  * @package inventory
  8.  */
  9. class MultiWarehouse extends Bundle
  10. {
  11. }