remove the input flashing from filters.
This commit is contained in:
parent
783101cc7a
commit
837b480231
|
@ -50,7 +50,7 @@
|
|||
|
||||
'after' => function($response)
|
||||
{
|
||||
Input::flash();
|
||||
// Do stuff after every request to your application.
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue