change done event name.

This commit is contained in:
Taylor Otwell 2012-02-16 16:24:52 -06:00
parent 0e63717be9
commit 7aa78e1a3c
1 changed files with 1 additions and 1 deletions

View File

@ -210,4 +210,4 @@
*/
$response->send();
Event::fire('laravel: done');
Event::fire('done');