コード例 #1
0
ファイル: HeroController.php プロジェクト: rubensm1/hist-dot
 public function table()
 {
     $this->set("heroList", Hero::all2());
 }