Skip to content

Commit

Permalink
Fix default target directory implementation (#194)
Browse files Browse the repository at this point in the history
Rel. #187
  • Loading branch information
kiler129 authored and yann-eugone committed Apr 15, 2019
1 parent 5c80e72 commit 5c9f41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Command/DumpSitemapsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ class DumpSitemapsCommand extends Command

public function __construct(RouterInterface $router, DumperInterface $dumper, $defaultTarget)
{
parent::__construct(null);

$this->router = $router;
$this->dumper = $dumper;
$this->defaultTarget = $defaultTarget;

parent::__construct(null);
}

/**
Expand Down

0 comments on commit 5c9f41e

Please sign in to comment.