We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe2676 commit 9112a8bCopy full SHA for 9112a8b
1 file changed
src/Renderer.php
@@ -49,7 +49,7 @@ public function __construct($url, $plugins = [], $config = [])
49
{
50
$this->url = $url;
51
$this->plugins = $plugins;
52
- $this->config = array_merge(self::$configDefaults, $config);
+ $this->config = array_merge(static::$configDefaults, $config);
53
}
54
55
/**
0 commit comments