Skip to content

Commit

Permalink
Shift snake_case with camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Jun 15, 2024
1 parent 81a3da2 commit d22d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/OrchestratesService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getService()
{
if (! isset($this->orchestratedService)) {
$this->orchestratedService = (new Service($this->service_id ?? $this->serviceId))
->provider($this->providerId ?? $this->provider_id)
->provider($this->provider_id ?? $this->providerId)
->account($this->account_id ?? $this->accountId);
}

Expand Down

0 comments on commit d22d502

Please sign in to comment.