1
0

fix: update local docker and php config

This commit is contained in:
aminovfariz
2026-05-26 11:04:57 +02:00
parent cb2f429e0e
commit 1b615a5e1c
7 changed files with 206 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ $corePublicPaths = $routeCatalog->corePublicPaths();
// ── 4. Request context ──────────────────────────────────────────────
RequestContext::start();
header('Content-Type: text/html; charset=UTF-8');
header('X-Request-Id: ' . RequestContext::requestHeaderValue());
Firewall::start();