Remove the constructor in the bands-model

这个提交包含在:
Andreas 2021-11-13 20:08:52 +01:00
父节点 71cb5b4054
当前提交 3ff17fb058

查看文件

@ -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');