Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
GautierDele committed Sep 8, 2024
1 parent 4a311a9 commit 16f1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ protected function pickArrayRandomElements(array $array, int $elements = 1)

protected function pickArrayRandomElement(array $array)
{
return $this->pickArrayRandomElement($array)[0];
return $this->pickArrayRandomElements($array)[0];
}
}

0 comments on commit 16f1e61

Please sign in to comment.