This commit is contained in:
stiti
2024-05-30 16:12:30 +02:00
parent 3664e46686
commit 31abb723a9
7 changed files with 57 additions and 22 deletions

View File

@@ -150,8 +150,6 @@ class Model_music extends CI_Model {
return $query->result();
}
public function get_all_songs() {
return $this->db->get('song')->result();
}