We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb075a commit 85231b9Copy full SHA for 85231b9
ux.symfony.com/src/Twig/InvoiceCreator.php
@@ -133,7 +133,7 @@ public function saveInvoice(EntityManagerInterface $entityManager)
133
// it's new! Let's redirect to the edit page
134
$this->addFlash('live_demo_success', 'Invoice saved!');
135
136
- return $this->redirectToRoute('app_live_components_invoice', [
+ return $this->redirectToRoute('app_demo_live_component_invoice', [
137
'id' => $this->invoice->getId(),
138
]);
139
}
0 commit comments