mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Remove the constructor in the bands-model
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user