コード例 #1
0
ファイル: WebsitesController.php プロジェクト: bakgat/notos
 public function fullIndex()
 {
     return $this->jsonResponse($this->websitesService->full(), ['full', 'list']);
 }