Skip to content

Commit

Permalink
Update laravel/helpers.php
Browse files Browse the repository at this point in the history
fixed example code in docblock for url()
  • Loading branch information
Shawn McCool committed Nov 5, 2012
1 parent 436672c commit e714c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions laravel/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ function head($array)
*
* <code>
* // Create a URL to a location within the application
* $url = path('user/profile');
* $url = url('user/profile');
*
* // Create a HTTPS URL to a location within the application
* $url = path('user/profile', true);
* $url = url('user/profile', true);
* </code>
*
* @param string $url
Expand Down

0 comments on commit e714c0b

Please sign in to comment.