Calling the finish method on the right object
This commit is contained in:
parent
52fded661d
commit
189f3813d0
|
@ -180,4 +180,4 @@
|
||||||
|
|
||||||
Event::fire('laravel.done', array($response));
|
Event::fire('laravel.done', array($response));
|
||||||
|
|
||||||
$response->finish();
|
$response->foundation->finish();
|
Loading…
Reference in New Issue