Browse Source

cleaning up code.

Taylor Otwell 13 years ago
parent
commit
da016744d0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      laravel/laravel.php
  2. 1 1
      laravel/url.php

+ 1 - 1
laravel/laravel.php

@@ -224,4 +224,4 @@ if (Config::$items['session']['driver'] !== '')
 	IoC::core('session')->save();
 }
 
-$response->send();
+$response->send();

+ 1 - 1
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.");
 	}
 
 	/**