Skip to content

Commit

Permalink
Update src/WithMultipleOption.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat authored May 25, 2023
1 parent c88a47c commit 3a3c76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WithMultipleOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ private function compile(string $codes, string $attribute, string $labels, strin
(function() {
\$linkedData = array_map(
function (string \$code) {
\$labels = {$labels};
}
static \$labels = {$labels};
return [
'attribute' => {$attribute},
'code' => \$code,
Expand Down

0 comments on commit 3a3c76d

Please sign in to comment.