WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory::getDefaultShop PHP Method

getDefaultShop() protected method

protected getDefaultShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
return WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
    protected function getDefaultShop() : ShopInterface
    {
        return $this->get('shop.storage')->getCurrentShop();
    }