Skip to content

Commit

Permalink
[3-4] ToppageControllerにindexAction()メソッドを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Oct 24, 2015
1 parent d6ea15a commit 3048fba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/lists/ch03/03-04.txt
@@ -0,0 +1,6 @@
class ToppageController extends Controller
{
public function indexAction()
{
}
}
3 changes: 3 additions & 0 deletions src/AppBundle/Controller/ToppageController.php
Expand Up @@ -7,4 +7,7 @@

class ToppageController extends Controller
{
public function indexAction()
{
}
}

0 comments on commit 3048fba

Please sign in to comment.