We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4800ab commit dcfcddaCopy full SHA for dcfcdda
src/Component/Sitemap.php
@@ -31,8 +31,6 @@ final class Sitemap extends \Nette\Application\UI\Control
31
32
public function __construct(array $config = [], \Nette\DI\Container $context, \Nette\Caching\IStorage $storage)
33
{
34
- parent::__construct();
35
-
36
$this->config = \array_merge(self::$defaultConfig, $config);
37
$this->context = $context;
38
$this->cache = new \Nette\Caching\Cache($storage, 'Nepttune.Sitemap');
0 commit comments