We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a2c5c commit 7a38671Copy full SHA for 7a38671
src/ProviderAndDumperAggregator.php
@@ -169,9 +169,9 @@ public function using(string $name) : self
169
return $this;
170
}
171
172
- public function getProviders() : array
+ public function getProviders() : Collection
173
{
174
- return $this->aggregator->getProviders();
+ return collect($this->aggregator->getProviders());
175
176
177
protected function getProvider()
0 commit comments