email with with url()
This commit is contained in:
parent
0055c0e60c
commit
484903a5d3
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ class TradeController extends AbstractController
|
|||
->htmlTemplate('user/trade/offer_email.html.twig')
|
||||
->context([
|
||||
'user' => $user,
|
||||
'id' => $offer->getByUser()->getId(),
|
||||
'userOffersLink' => $this->generateUrl('user_public', [
|
||||
'id' => $offer->getByUser()->getId(),
|
||||
], UrlGeneratorInterface::ABSOLUTE_URL)
|
||||
|
|
Reference in a new issue