Skip to content

Commit

Permalink
Update Sitemap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Apr 26, 2019
1 parent e4800ab commit dcfcdda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Component/Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ final class Sitemap extends \Nette\Application\UI\Control

public function __construct(array $config = [], \Nette\DI\Container $context, \Nette\Caching\IStorage $storage)
{
parent::__construct();

$this->config = \array_merge(self::$defaultConfig, $config);
$this->context = $context;
$this->cache = new \Nette\Caching\Cache($storage, 'Nepttune.Sitemap');
Expand Down

0 comments on commit dcfcdda

Please sign in to comment.