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