Skip to content

Commit

Permalink
update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Dec 1, 2015
1 parent 6ca0f97 commit 483c95d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ protected function build($name, $data, $raw)
return $this->url;
}

/**
*
* Builds the URL property.
*
* @return null
*
*/
protected function buildUrl()
{
$this->url = $this->basepath . $this->route->path;
Expand Down

0 comments on commit 483c95d

Please sign in to comment.