예제 #1
0
파일: pages.php 프로젝트: juaniiie/mwi
 public function get_index($url)
 {
     return Pages\Page::make($url, $this->data)->render();
 }