Skip to content

Commit

Permalink
Update src/Command/ExtensionsConfigureCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Bob den Otter <bob@twokings.nl>
  • Loading branch information
I-Valchev and bobdenotter committed Aug 18, 2020
1 parent 0933fce commit e2d02f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ExtensionsConfigureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private function deleteExtensionRoutesAndServices(array $packages): void
unlink($services);
}

$routes = $this->getExtensionServicesPath($path);
$routes = $this->getExtensionRoutesPath($path);
if (is_file($routes)) {
unlink($routes);
}
Expand Down

0 comments on commit e2d02f0

Please sign in to comment.