Skip to content

Commit 85231b9

Browse files
committed
[Site] Fixing out-dated route name
1 parent 0eb075a commit 85231b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/src/Twig/InvoiceCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function saveInvoice(EntityManagerInterface $entityManager)
133133
// it's new! Let's redirect to the edit page
134134
$this->addFlash('live_demo_success', 'Invoice saved!');
135135

136-
return $this->redirectToRoute('app_live_components_invoice', [
136+
return $this->redirectToRoute('app_demo_live_component_invoice', [
137137
'id' => $this->invoice->getId(),
138138
]);
139139
}

0 commit comments

Comments
 (0)