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
1 changed files with 1 additions and 1 deletions

View File

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