container = $container; /** @var Dot */ $this->config = $config; } /** * {@inheritDoc} */ public function isDeferred(): bool { return $this->deferred; } /** * {@inheritDoc} */ public function provides(): array { return []; } /** * {@inheritDoc} */ public function boot(): void { } }