From 189f3813d040dcf33b2eb91b0519afa3624e9fe4 Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Sat, 16 Jun 2012 13:20:39 +0200 Subject: [PATCH] Calling the finish method on the right object --- laravel/laravel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/laravel.php b/laravel/laravel.php index fcdc32c5..990c8cee 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -180,4 +180,4 @@ Event::fire('laravel.done', array($response)); -$response->finish(); \ No newline at end of file +$response->foundation->finish(); \ No newline at end of file