http tests

This commit is contained in:
icefox 2026-02-27 11:14:42 -03:00
parent b827038df3
commit 30706c3521
No known key found for this signature in database
8 changed files with 216 additions and 214 deletions

View file

@ -137,6 +137,6 @@ class ValueFactory
$arguments[$name] = $parameterArgs;
}
return App::makeWith($class, $arguments);
return new $class(...$arguments);
}
}