Skip to content

Commit

Permalink
Remove unnecessary ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Oct 27, 2023
1 parent f3f71c9 commit c9fca43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DependencyBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ protected function buildDependenciesContext()
if ($this->isMboNeeded() && !isset($dependenciesContent['dependencies'][Installer::MODULE_NAME])) {
$dependenciesContent['dependencies'][] = [
'name' => Installer::MODULE_NAME,
'id' => Installer::MODULE_ID,
];
}

Expand Down Expand Up @@ -240,7 +239,6 @@ protected function addMboInDependencies()
'current_version' => (string) $mboStatus['version'],
'installed' => (bool) $mboStatus['isInstalled'],
'enabled' => false,
'id' => Installer::MODULE_ID,
'name' => Installer::MODULE_NAME,
], $mboRoutes);
}
Expand Down

0 comments on commit c9fca43

Please sign in to comment.