| 12345678910111213 |
- <?php
- namespace Cpcommerce\ShippingNotification\Model\ResourceModel\ShippingCategory;
- use \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection;
- class Collection extends AbstractCollection
- {
- protected function _construct()
- {
- $this->_init('Cpcommerce\ShippingNotifications\Model\ShippingCategory','Cpcommerce\ShippingNotifications\Model\ResourceModel\ShippingCategory');
- }
- }
|