Skip to content

Commit

Permalink
added property parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
akhandev committed Jul 29, 2020
1 parent a205241 commit 3d6d20d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,12 @@ public function displayAgent($data) {

}

public function property($data) {

$this->sendData['property'] = $data;

return $this;

}

}

0 comments on commit 3d6d20d

Please sign in to comment.