chore: Bootstrap fix
This commit is contained in:
@@ -41,7 +41,7 @@ final readonly class AppBootstrapper
|
||||
public function __construct(
|
||||
private string $basePath,
|
||||
private PerformanceCollectorInterface $collector,
|
||||
private MemoryMonitor $memoryMonitor,
|
||||
private MemoryMonitor $memoryMonitor = new MemoryMonitor,
|
||||
#private array $config = [],
|
||||
) {
|
||||
$this->container = new DefaultContainer();
|
||||
|
||||
Reference in New Issue
Block a user