Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getPhotos #8

Open
wants to merge 4 commits into
base: 3.0
Choose a base branch
from
Open

Fix getPhotos #8

wants to merge 4 commits into from

Conversation

randy-allen
Copy link

This change updates getPhotos to use Zillow's latest DOM structure and returns a collection rather than an array.

 This change updates getPhotos to use Zillow's latest DOM structure and returns a collection rather than an array.
@yajra
Copy link
Owner

yajra commented Feb 5, 2020

Haven't used Zillow for quiet some time so I may not be able to fully test the PR. Can you confirm that this is working and I would gladly merge this? Thanks!

@@ -48,9 +48,9 @@ class ZillowClient
protected $results;

/**
* @var array
* @var Illuminate\Support\Collection
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to include illuminate\support on composer if we are going to use collection?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had added it in but when I was testing it resulted in some issues - I'll try to test more later as well as test getPhotos so you can merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants