Fix Erreur getter

This commit is contained in:
Vincent
2024-06-04 20:57:47 +02:00
parent bc5191a645
commit 10423f5252
3 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ class Albums extends CI_Controller {
public function __construct(){
parent::__construct();
$this->load->model('model_music');
$this->load->library('session');
}
public function index(){