chore: update VPN routing configuration and add Grafana VPN documentation
This commit is contained in:
@@ -16,8 +16,7 @@ final readonly class TypedConfigInitializer
|
||||
{
|
||||
public function __construct(
|
||||
private Environment $env,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function __invoke(Container $container): TypedConfiguration
|
||||
{
|
||||
|
||||
@@ -44,7 +44,6 @@ final readonly class AppBootstrapper
|
||||
private string $basePath,
|
||||
private PerformanceCollectorInterface $collector,
|
||||
private MemoryMonitor $memoryMonitor = new MemoryMonitor,
|
||||
#private array $config = [],
|
||||
) {
|
||||
$this->container = new DefaultContainer();
|
||||
$this->bootstrapper = new ContainerBootstrapper($this->container);
|
||||
|
||||
Reference in New Issue
Block a user