Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit f98655c

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: Issue #758 Modified default route for AppBundle
2 parents c61414b + 0ec86f4 commit f98655c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Controller/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class DefaultController extends Controller
99
{
1010
/**
11-
* @Route("/", name="homepage")
11+
* @Route("/app/example", name="homepage")
1212
*/
1313
public function indexAction()
1414
{

0 commit comments

Comments
 (0)