Exemplo n.º 1
0
 private function getSongs()
 {
     //return DB::table('songs')->get();
     return Songs::get();
 }
Exemplo n.º 2
0
 private function getSongs()
 {
     return Songs::get();
 }