Browse Source

added two new core events.

Taylor Otwell 13 years ago
parent
commit
224b9eadd2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      laravel/laravel.php

+ 3 - 1
laravel/laravel.php

@@ -181,4 +181,6 @@ if (Config::get('session.driver') !== '')
 	Session::save();
 }
 
-$response->send();
+$response->send();
+
+Event::fire('laravel: done');