Skip to content

Commit

Permalink
Update Robots.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Apr 26, 2019
1 parent 8f8de3d commit 738d38f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ final class Robots extends \Nette\Application\UI\Control
private $config;

public function __construct(array $config)
{
parent::__construct();

{
$this->config = \array_merge_recursive(self::$defaultConfig, $config);
}

Expand Down

0 comments on commit 738d38f

Please sign in to comment.