Fix code style: add blank line before constructor in AttestationController

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-30 08:58:07 +02:00
parent fe91d26163
commit 2f2da97f68

View File

@@ -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,
) {