11 lines
346 B
PHP
Executable File
11 lines
346 B
PHP
Executable File
<?php
|
|
|
|
namespace IpSupply\CustomBanner\Model\ResourceModel\Banner;
|
|
|
|
use Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection;
|
|
|
|
class Collection extends AbstractCollection {
|
|
protected function _construct() {
|
|
$this->_init("IpSupply\CustomBanner\Model\Banner", "IpSupply\CustomBanner\Model\ResourceModel\Banner");
|
|
}
|
|
} |