Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Jul 15, 2019
1 parent 4e76034 commit 9620894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numberedStringOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function wordsToNumbers($str, $normalized = false)
*
* @return float|int
*/
protected function englishWordsToNumbers($str)
public function englishWordsToNumbers($str)
{
$numbers = [
'zero' => 0,
Expand Down

0 comments on commit 9620894

Please sign in to comment.