refactoring routing and class comments.

This commit is contained in:
Taylor Otwell
2011-10-13 21:32:11 -05:00
parent cff90b52ab
commit 9fa69e0844
27 changed files with 465 additions and 435 deletions

View File

@@ -107,7 +107,7 @@ class Input {
throw new \Exception('A session driver must be specified in order to access old input.');
}
return Arr::get(Session\Manager::$payload->get(Input::old_input, array()), $key, $default);
return Arr::get(Session\Manager::get(Input::old_input, array()), $key, $default);
}
/**