moved all routing classes into routing namespace.

This commit is contained in:
Taylor Otwell
2011-07-31 14:48:17 -05:00
parent d8eba6389c
commit 2275c74660
7 changed files with 53 additions and 43 deletions

View File

@@ -62,7 +62,7 @@ class Error {
{
if (Config::get('error.detail'))
{
$view = View::make('exception')
$view = View::make('error/exception')
->bind('severity', $severity)
->bind('message', $message)
->bind('file', $e->getFile())