Skip to content

Commit

Permalink
Fix namespaces and SF4 specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCan authored and tvlooy committed Dec 9, 2020
1 parent 203fd5b commit 958eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Participant/JoinController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function joinAction(Request $request, string $joinurl, PartyRepository $p

/**
* @Route("/joined/{joinurl}", name="join_party_joined")
* @Template("IntractoSecretSantaBundle:Participant:show/join.html.twig")
* @Template("Participant/show/join.html.twig")
*/
public function joinedAction(string $joinurl, PartyRepository $partyRepository)
{
Expand Down

0 comments on commit 958eee5

Please sign in to comment.