for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Jcowie\FeatureToggle\Model\Resource;
use \Magento\Framework\Model\ResourceModel\Db\AbstractDb;
class Featuretoggle extends AbstractDb
{
protected function _construct()
$this->_init('jcowie_featuretoggle', 'featuretoggle_id');
}