/** * Terminate the application. * * @return void * @static */ public static function terminate() { //Method inherited from \Illuminate\Foundation\Application \October\Rain\Foundation\Application::terminate(); }