This commit is contained in:
2021-08-12 15:25:06 +08:00
parent f226c9ba3b
commit 45f2aa7406
+1 -1
View File
@@ -32,7 +32,7 @@ class DownloadEmitter implements Emitter
*/
public function sender(mixed $response, ResponseInterface $emitter): void
{
$content = $emitter->getContent();
$content = $emitter->getContent()->getData();
$explode = explode('/', $content['path']);