remove the input flashing from filters.

This commit is contained in:
Taylor Otwell
2011-11-22 18:17:23 -06:00
parent 783101cc7a
commit 837b480231

View File

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