Browse Source

add response to done event.

Taylor Otwell 12 years ago
parent
commit
24e382848c
2 changed files with 2 additions and 1 deletions
  1. 1 1
      laravel/laravel.php
  2. 1 0
      storage/views/.gitignore

+ 1 - 1
laravel/laravel.php

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

+ 1 - 0
storage/views/.gitignore

@@ -0,0 +1 @@
+*