Skip to content

Commit

Permalink
Remove call to parent __construct as it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Aug 15, 2023
1 parent 2e2a094 commit d870cbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Routing/SitemapLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ final class SitemapLoader extends Loader implements RouteLoaderInterface
public function __construct(SitemapBuilderInterface $sitemapBuilder)
{
$this->sitemapBuilder = $sitemapBuilder;

parent::__construct();
}

public function load($resource, $type = null)
Expand Down

0 comments on commit d870cbd

Please sign in to comment.