Skip to content

Commit

Permalink
Rename setLocale to locale (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Sep 16, 2020
1 parent 279e58a commit cb1fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrderBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function brandName(string $brandName): OrderBuilder
* @param string $locale
* @return OrderBuilder
*/
public function setLocale(string $locale): OrderBuilder
public function locale(string $locale): OrderBuilder
{
$this->locale = $locale;
return $this;
Expand Down

0 comments on commit cb1fc85

Please sign in to comment.