namespace MiniOrange\IDPSaml\Model\ResourceModel;
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
public function _construct()
{
$this->_init("MiniOrange\IDPSaml\Model\OAuthServerUsers", "MiniOrange\IDPSaml\Model\ResourceModel\OAuthServerUsers");
$this->_init("MiniOrange\IDPSaml\Model\MiniOrangeSpTable", "MiniOrange\IDPSaml\Model\ResourceModel\MiniOrangeSpTable");
}
}
© 2023 Quttera Ltd. All rights reserved.