chore: Bootstrap fix

This commit is contained in:
2025-10-31 10:35:35 +01:00
parent de8fed8711
commit fc81379575
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ $clock = new SystemClock();
$highResClock = new SystemHighResolutionClock();
$memoryMonitor = new MemoryMonitor();
$collector = new EnhancedPerformanceCollector($clock, $highResClock, $memoryMonitor, enabled: true);
$bootstrapper = new AppBootstrapper($basePath, $collector, $memoryMonitor);
$bootstrapper = new AppBootstrapper($basePath, $collector);
$app = $bootstrapper->bootstrapWeb();
// Anwendung ausführen