add response to done event.

This commit is contained in:
Taylor Otwell
2012-04-18 20:36:38 -05:00
parent 728a320cbc
commit 24e382848c
2 changed files with 2 additions and 1 deletions

View File

@@ -246,4 +246,4 @@ $response->send();
|
*/
Event::fire('laravel.done');
Event::fire('laravel.done', array($response));