コード例 #1
0
ファイル: ServiceController.php プロジェクト: atduarte/allsos
 public function listAction()
 {
     return $this->json(Service::find());
 }