Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The console application lacks the call to the terminate() method.
Something like 👍
terminate(Request::createFromGlobals(), Response::create());
the terminate methode trogger the event dispather wich is used by many component like swift mailer (ie to spool mail queue).
The text was updated successfully, but these errors were encountered:
or like that
$app['dispatcher']->dispatch(KernelEvents::TERMINATE);
Sorry, something went wrong.
No branches or pull requests
The console application lacks the call to the terminate() method.
Something like👍
terminate(Request::createFromGlobals(), Response::create());
the terminate methode trogger the event dispather wich is used by many component like swift mailer (ie to spool mail queue).
The text was updated successfully, but these errors were encountered: