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

Commit 0ec86f4

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: Issue #758 Modified default route for AppBundle
2 parents a953c0a + 12380bd commit 0ec86f4

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)