adjust how the response is rendered, as well as move input flashing to after filter.

This commit is contained in:
Taylor Otwell
2011-11-20 22:47:56 -06:00
parent 7a9631975f
commit 10b9001e13
4 changed files with 13 additions and 17 deletions

View File

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