fix macros name

This commit is contained in:
yggverse 2024-04-05 05:51:32 +03:00
parent c38cdc841f
commit 9ec48ba944

View file

@ -17,7 +17,7 @@ class Response
$match = []; $match = [];
preg_match( preg_match(
'/(?<status>\d{2})\s(?<meta>.*)\r\n(?<body>.*)/su', '/(?<code>\d{2})\s(?<meta>.*)\r\n(?<body>.*)/su',
$data, $data,
$match $match
); );