Skip to content

Commit

Permalink
Merge pull request #7 from chandon/master
Browse files Browse the repository at this point in the history
Changing access for the var
  • Loading branch information
adamlc committed Jan 12, 2015
2 parents 173f905 + e71673a commit 47cb5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adamlc/AddressFormat/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Format implements \ArrayAccess
{
private $locale;
protected $locale;

/**
* This map specifies the content on how to format the address
Expand Down

0 comments on commit 47cb5bf

Please sign in to comment.