modify plugin name

This commit is contained in:
2022-02-17 18:57:17 +08:00
parent 287abbfacf
commit 0bf824b66e
-3
View File
@@ -307,9 +307,6 @@ class Container implements ContainerInterface
*/
public function getMethodParameters(string $className, string $method): ?array
{
$reflectMethod = $this->getReflectMethod($this->getReflect($className), $method);
return $this->resolveMethodParameters($reflectMethod);
if (isset($this->_parameters[$className]) && isset($this->_parameters[$className][$method])) {
return $this->_parameters[$className][$method];
}