|
$reflMethod = new \ReflectionMethod($class, '__construct');
|
|
$reflMethod = new \ReflectionMethod($class, '__construct');
|
|
return new $class($config, $this->io, $this->config, $this->eventDispatcher, $this->rfs);
|
|
return new $class($config, $this->io, $this->config, $this->eventDispatcher, $this->rfs);
|