Skip to content

Commit

Permalink
Latest swagger gen and fix property outbound
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ke committed Nov 19, 2018
1 parent 015ecb7 commit 398729c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Models/PropertyOutbound.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function setRoomDetails(array $room_details)
*
* @return $this
*/
public function addRoomDetail(Room $room_detail)
public function addRoomDetail(RoomOutbound $room_detail)
{
$this->room_details[] = $room_detail;

Expand Down

0 comments on commit 398729c

Please sign in to comment.