Commit da016744 authored by Taylor Otwell's avatar Taylor Otwell

cleaning up code.

parent a675b052
...@@ -224,4 +224,4 @@ if (Config::$items['session']['driver'] !== '') ...@@ -224,4 +224,4 @@ if (Config::$items['session']['driver'] !== '')
IoC::core('session')->save(); IoC::core('session')->save();
} }
$response->send(); $response->send();
\ No newline at end of file
...@@ -118,7 +118,7 @@ class URL { ...@@ -118,7 +118,7 @@ class URL {
return static::to(str_replace(array('/(:any?)', '/(:num?)'), '', $uri), $https); 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.");
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment