http tests
This commit is contained in:
parent
b827038df3
commit
30706c3521
8 changed files with 216 additions and 214 deletions
|
|
@ -137,6 +137,6 @@ class ValueFactory
|
|||
|
||||
$arguments[$name] = $parameterArgs;
|
||||
}
|
||||
return App::makeWith($class, $arguments);
|
||||
return new $class(...$arguments);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue