Remove the constructor in the bands-model
这个提交包含在:
父节点
71cb5b4054
当前提交
3ff17fb058
共有 1 个文件被更改,包括 0 次插入 和 5 次删除
|
|
@ -26,11 +26,6 @@ class Bands extends CI_Model {
|
|||
"SAT"=>0,
|
||||
);
|
||||
|
||||
function __construct() {
|
||||
// Call the Model constructor
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
function get_worked_bands() {
|
||||
$CI =& get_instance();
|
||||
$CI->load->model('logbooks_model');
|
||||
|
|
|
|||
正在加载…
在新工单中引用