list.php 195 Bytes
Newer Older
Nahla Shiri's avatar
Nahla Shiri committed
1 2 3 4 5 6 7 8
<?php

class PMWI_Import_List extends PMWI_Model_List {
	public function __construct() {
		parent::__construct();
		$this->setTable(PMWI_Plugin::getInstance()->getTablePrefix() . 'imports');
	}
}