get('\Magento\Store\Model\StoreManagerInterface'); return $storeManager->getStore()->getBaseUrl(); } public function __construct(StoreManagerInterface $storeManagerInterface) { $this->storeManagerInterface = $storeManagerInterface; } }