diff --git a/src/Controller/AttestationController.php b/src/Controller/AttestationController.php index b264d0e..55a0228 100644 --- a/src/Controller/AttestationController.php +++ b/src/Controller/AttestationController.php @@ -13,6 +13,7 @@ use Symfony\Component\Routing\Attribute\Route; class AttestationController extends AbstractController { private const TPL_NOT_FOUND_VENTES = 'attestation/not_found_ventes.html.twig'; + public function __construct( #[Autowire('%kernel.secret%')] private string $appSecret, ) {