response(); // fire any app shutdown events \Event::instance()->trigger('shutdown', '', 'none', true); // fire any framework shutdown events \Event::instance()->trigger('fuel-shutdown', '', 'none', true); // send the response out $response->send(true); } }