mirror of
https://github.com/itflow-org/itflow
synced 2026-06-18 07:41:05 +00:00
Allow PHP-8.2 and up Compatibility instead of just PHP-8.4
This commit is contained in:
@@ -48,7 +48,7 @@ class EventStreamResponse extends StreamedResponse
|
||||
'Cache-Control' => 'private, no-cache, no-store, must-revalidate, max-age=0',
|
||||
'X-Accel-Buffering' => 'no',
|
||||
'Pragma' => 'no-cache',
|
||||
'Expire' => '0',
|
||||
'Expires' => '0',
|
||||
];
|
||||
|
||||
parent::__construct($callback, $status, $headers);
|
||||
|
||||
Reference in New Issue
Block a user