1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-26 11:05:28 +01:00

Passing iterator options when using composite factory

This commit is contained in:
Michael Dowling 2013-01-23 18:15:12 -08:00
parent 273004fac9
commit 11b1be01c3

View File

@ -32,7 +32,7 @@ class CompositeResourceIteratorFactory implements ResourceIteratorFactoryInterfa
throw new InvalidArgumentException('Iterator was not found for ' . $command->getName());
}
return $factory->build($command);
return $factory->build($command, $options);
}
/**