Commit 224b9ead authored by Taylor Otwell's avatar Taylor Otwell

added two new core events.

parent b5f9f9bd
......@@ -181,4 +181,6 @@ if (Config::get('session.driver') !== '')
Session::save();
}
$response->send();
\ No newline at end of file
$response->send();
Event::fire('laravel: done');
\ 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