From e714c0b4874d6eae60a6cd4c8599fd89ef92e895 Mon Sep 17 00:00:00 2001 From: Shawn McCool Date: Mon, 5 Nov 2012 09:28:48 +0100 Subject: [PATCH] Update laravel/helpers.php fixed example code in docblock for url() --- laravel/helpers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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