diff --git a/laravel/laravel.php b/laravel/laravel.php index 0cc19ce5..327dc700 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -224,4 +224,4 @@ IoC::core('session')->save(); } -$response->send(); +$response->send(); \ No newline at end of file diff --git a/laravel/url.php b/laravel/url.php index f8b6e19d..f2ce6983 100644 --- a/laravel/url.php +++ b/laravel/url.php @@ -118,7 +118,7 @@ public static function to_route($name, $parameters = array(), $https = false) return static::to(str_replace(array('/(:any?)', '/(:num?)'), '', $uri), $https); } - throw new \OutOfBoundsException("Error generating named route for route [$name]. Route is not defined."); + throw new \OutOfBoundsException("Error getting URL for route [$name]. Route is not defined."); } /**