Skip to content

Commit

Permalink
Rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt authored Sep 10, 2022
1 parent 4c9d8f9 commit 09d9c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/SailEnvCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function handle()
return 1;
}

$services = $this->servicesFromDockerCompose();
$services = $this->getServicesFromDockerCompose();

$this->comment('Detected services from docker-compose.yml: ['.implode(',', $services).']');

Expand All @@ -54,7 +54,7 @@ public function handle()
$this->info('Successfully configured .env file.');
}

protected function servicesFromDockerCompose(): array
protected function getServicesFromDockerCompose(): array
{
$dockerComposeContent = file_get_contents($this->laravel->basePath('docker-compose.yml'));

Expand Down

0 comments on commit 09d9c3d

Please sign in to comment.