Commit 189f3813 by Koen Schmeets

Calling the finish method on the right object

parent 52fded66
......@@ -180,4 +180,4 @@ $response->send();
Event::fire('laravel.done', array($response));
$response->finish();
\ No newline at end of file
$response->foundation->finish();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment