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

11 lines
213 B
PHP
Executable File

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