コード例 #1
0
ファイル: ContactController.php プロジェクト: block8/octo
 public function index()
 {
     $this->template->contacts = $this->contactStore->getList();
 }