예제 #1
0
파일: Faq.php 프로젝트: DriesVS/landoretti
 public static function getAll()
 {
     return Faq::with('faq_tags')->get();
 }