magento2-docker/app/code/IpSupply/QuoteIn/Block/Index.php

12 lines
200 B
PHP
Executable File

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