Browse Source

Calling the finish method on the right object

Koen Schmeets 12 years ago
parent
commit
189f3813d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/laravel.php

+ 1 - 1
laravel/laravel.php

@@ -180,4 +180,4 @@ $response->send();
 
 Event::fire('laravel.done', array($response));
 
-$response->finish();
+$response->foundation->finish();