Calling the finish method on the right object

This commit is contained in:
Koen Schmeets
2012-06-16 13:20:39 +02:00
parent 52fded661d
commit 189f3813d0

View File

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