Remove unused CONTENT_TYPE_PDF and PDF_SUFFIX constants from AccountController
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -35,8 +35,6 @@ class AccountController extends AbstractController
|
||||
private const EVENT_BASE_URL = '/mon-compte/evenement/';
|
||||
private const DQL_EXCLUDE_INVITATIONS = 'o.isInvitation = false OR o.isInvitation IS NULL';
|
||||
private const DQL_BB_EXCLUDE_INVITATIONS = 'bb.isInvitation = false OR bb.isInvitation IS NULL';
|
||||
private const CONTENT_TYPE_PDF = 'application/pdf';
|
||||
private const PDF_SUFFIX = '.pdf"';
|
||||
|
||||
#[Route('/mon-compte', name: 'app_account')]
|
||||
public function index(Request $request, StripeService $stripeService, EntityManagerInterface $em, PaginatorInterface $paginator, EventIndexService $eventIndex): Response
|
||||
|
||||
Reference in New Issue
Block a user