[ 'enable' => false, 'file' => null, 'identify' => 'yansongda.artful', 'level' => 'debug', 'type' => 'daily', 'max_files' => 30, ], 'http' => [ 'timeout' => 5.0, 'connect_timeout' => 3.0, 'headers' => [ 'User-Agent' => 'yansongda/artful-v1', ], ], ]; /** * @throws ContainerException */ public function register(mixed $data = null): void { $config = new Config(array_replace_recursive($this->config, $data ?? [])); Artful::set(ConfigInterface::class, $config); } }