From da016744d059bfd06dc46d1c852047326e54a3d4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 21 Nov 2011 21:57:11 -0600 Subject: [PATCH] cleaning up code. --- laravel/laravel.php | 2 +- laravel/url.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ if (Config::$items['session']['driver'] !== '') 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 @@ class URL { 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."); } /**