Skip to content

Commit

Permalink
Update TransposeCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleach committed Oct 29, 2024
1 parent f29479e commit 44ddefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/TransposeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private function getTransposition(array $transpositions): TranspositionBuilder
{
$choices = collect($transpositions)->pluck('name')->toArray();

$transpositionName = empty($this->argument('transposition'))
$transpositionName = empty($this->argument('transposition'))
? $this->choice('Select transposition', $choices, 0)
: $this->argument('transposition');

Expand Down

0 comments on commit 44ddefe

Please sign in to comment.