Skip to content

Commit

Permalink
Merge pull request #115 from kkrieger85/screen-114
Browse files Browse the repository at this point in the history
Add return statement
  • Loading branch information
peter-mw committed Dec 27, 2019
2 parents 67c67b8 + caa6ceb commit 8c9f833
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Capture.php
Expand Up @@ -364,10 +364,14 @@ public function setBinPath($binPath)
* @param string $url URL
*
* @throws \Exception If the url is not valid
*
* @return Capture
*/
public function setUrl($url)
{
$this->url = new Url($url);

return $this;
}

/**
Expand Down

0 comments on commit 8c9f833

Please sign in to comment.