chore: Bootstrap fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user