add response to done event.
This commit is contained in:
parent
728a320cbc
commit
24e382848c
@ -246,4 +246,4 @@ $response->send();
|
||||
|
|
||||
*/
|
||||
|
||||
Event::fire('laravel.done');
|
||||
Event::fire('laravel.done', array($response));
|
||||
1
storage/views/.gitignore
vendored
1
storage/views/.gitignore
vendored
@ -0,0 +1 @@
|
||||
*
|
||||
Loading…
Reference in New Issue
Block a user