added two new core events.
This commit is contained in:
parent
b5f9f9bd9a
commit
224b9eadd2
|
@ -181,4 +181,6 @@
|
||||||
Session::save();
|
Session::save();
|
||||||
}
|
}
|
||||||
|
|
||||||
$response->send();
|
$response->send();
|
||||||
|
|
||||||
|
Event::fire('laravel: done');
|
Loading…
Reference in New Issue