コード例 #1
0
ファイル: DataRepository.php プロジェクト: sontdhust/eruza
 public function allTopics()
 {
     return Topic::all();
 }