Skip to content

Commit

Permalink
Merge pull request #9 from alexmorbo/master
Browse files Browse the repository at this point in the history
Список метро в Address model
  • Loading branch information
Sergey Kasatkin authored Oct 23, 2017
2 parents e54407c + 8388959 commit a21e74d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Response/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,11 @@ class Address extends AbstractResponse
*/
public $unparsed_parts;

/**
* @var array Список ближайших станций метро (до трёх штук)
*/
public $metro;

public function __toString()
{
return (string) $this->result;
Expand Down

0 comments on commit a21e74d

Please sign in to comment.