コード例 #1
0
ファイル: ApiController.php プロジェクト: gonzalo123/g
 public function homeAction(Bar $bar)
 {
     return $bar->hello();
 }