Skip to content

Commit 06bfcba

Browse files
committed
Fix
1 parent 149a64d commit 06bfcba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MetaLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ private function createContext(array $source): array
402402
}
403403
}
404404

405-
return $headers;
405+
return ['headers' => $headers];
406406
}
407407

408408

0 commit comments

Comments
 (0)