Skip to content

Commit dcfcdda

Browse files
authored
Update Sitemap.php
1 parent e4800ab commit dcfcdda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Component/Sitemap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ final class Sitemap extends \Nette\Application\UI\Control
3131

3232
public function __construct(array $config = [], \Nette\DI\Container $context, \Nette\Caching\IStorage $storage)
3333
{
34-
parent::__construct();
35-
3634
$this->config = \array_merge(self::$defaultConfig, $config);
3735
$this->context = $context;
3836
$this->cache = new \Nette\Caching\Cache($storage, 'Nepttune.Sitemap');

0 commit comments

Comments
 (0)