Skip to content

Commit

Permalink
Cleanup unneeded code (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Sep 11, 2024
1 parent 41c0229 commit a579f53
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Console/Concerns/InteractsWithDockerComposeServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ protected function buildDockerCompose(array $services)
->all();
}

// Update the dependencies if the MariaDB service is used...
if (in_array('mariadb', $services)) {
$compose['services']['laravel.test']['depends_on'] = array_map(function ($dependedItem) {
return $dependedItem;
}, $compose['services']['laravel.test']['depends_on']);
}

// Add the services to the docker-compose.yml...
collect($services)
->filter(function ($service) use ($compose) {
Expand Down

0 comments on commit a579f53

Please sign in to comment.