moved all routing classes into routing namespace.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user