From 7dec9a76842f72249006cc39c5289ac2b06e2b19 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 13 Nov 2021 20:04:29 +0100 Subject: [PATCH] Removed constructor in the newly added bands-model. --- application/models/Bands.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/models/Bands.php b/application/models/Bands.php index 15abef55..a30c34b8 100644 --- a/application/models/Bands.php +++ b/application/models/Bands.php @@ -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');