Skip to content

Commit 738d38f

Browse files
authored
Update Robots.php
1 parent 8f8de3d commit 738d38f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Robots.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ final class Robots extends \Nette\Application\UI\Control
2727
private $config;
2828

2929
public function __construct(array $config)
30-
{
31-
parent::__construct();
32-
30+
{
3331
$this->config = \array_merge_recursive(self::$defaultConfig, $config);
3432
}
3533

0 commit comments

Comments
 (0)