コード例 #1
0
ファイル: Faq.php プロジェクト: DriesVS/landoretti
 public static function getAll()
 {
     return Faq::with('faq_tags')->get();
 }