diff --git a/laravel/helpers.php b/laravel/helpers.php index 33160dd7..513e3baa 100644 --- a/laravel/helpers.php +++ b/laravel/helpers.php @@ -316,10 +316,10 @@ function head($array) * * * // 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); * * * @param string $url