We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8de3d commit 738d38fCopy full SHA for 738d38f
1 file changed
src/Robots.php
@@ -27,9 +27,7 @@ final class Robots extends \Nette\Application\UI\Control
27
private $config;
28
29
public function __construct(array $config)
30
- {
31
- parent::__construct();
32
-
+ {
33
$this->config = \array_merge_recursive(self::$defaultConfig, $config);
34
}
35
0 commit comments