コード例 #1
0
ファイル: SectionController.php プロジェクト: vinelab/agency
 /**
  * Display a listing of the sections.
  *
  * @return Response
  */
 public function index()
 {
     return $this->sections->allWithParent();
 }