mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 16:24:43 +03:00
Prepare a request before send
This commit is contained in:
parent
09411a4b32
commit
8db2b94203
@ -28,4 +28,5 @@ $request = Request::createFromGlobals();
|
||||
$response = $application->handleRequest($request);
|
||||
|
||||
// Send response to the user
|
||||
$response->prepare($request);
|
||||
$response->send();
|
||||
|
Loading…
Reference in New Issue
Block a user