Commit 24e38284 authored by Taylor Otwell's avatar Taylor Otwell

add response to done event.

parent 728a320c
......@@ -246,4 +246,4 @@ $response->send();
|
*/
Event::fire('laravel.done');
\ No newline at end of file
Event::fire('laravel.done', array($response));
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment