refactoring.

This commit is contained in:
Taylor Otwell
2011-11-01 19:41:35 -05:00
parent c3c0fbce96
commit 83d927c4f1
11 changed files with 52 additions and 40 deletions

View File

@@ -83,7 +83,7 @@ return array(
|
*/
'packages' => array(),
'libraries' => array(),
/*
|--------------------------------------------------------------------------

View File

@@ -52,7 +52,7 @@ return array(
{
if (Config::get('session.driver') !== '')
{
Session::flash(Input::old_input, Input::get());
Input::flash();
}
},