magento2-docker/app/code/IpSupply/CartToQuote/Block/View.php

11 lines
202 B
PHP
Executable File

<?php
namespace IpSupply\CartToQuote\Block;
class View extends \Magento\Framework\View\Element\Template
{
protected function _prepareLayout()
{
return parent::_prepareLayout();
}
}