fixing some bugs.

This commit is contained in:
Taylor Otwell
2011-11-15 23:15:58 -06:00
parent 1acd66a247
commit d3f9391981
4 changed files with 7 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ return array(
'after' => function($response)
{
Input::flash();
// Do stuff after every request to your application.
},