コード例 #1
0
 public function getAll()
 {
     $sources = Source::all();
     return $sources;
 }