コード例 #1
0
ファイル: SongController.php プロジェクト: alex4ndru/sedinta7
 private function getSongs()
 {
     //return DB::table('songs')->get();
     return Songs::get();
 }
コード例 #2
0
 private function getSongs()
 {
     return Songs::get();
 }