Skip to content

Commit

Permalink
->page now returns a Page object
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kerin committed Aug 8, 2013
1 parent 315afb4 commit ff1e376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Openbuildings/Spiderling/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function page()
{
if ( ! $this->page)
{
$this->page = new Node($this);
$this->page = new Page($this);
}
return $this->page;
}
Expand Down

0 comments on commit ff1e376

Please sign in to comment.