pull/10537/head
parent
3cb44bc4c0
commit
23b0a3819b
|
@ -657,7 +657,7 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->providersUrl) {
|
if (null !== $this->providersUrl && null !== $this->providerListing) {
|
||||||
return array_keys($this->providerListing);
|
return array_keys($this->providerListing);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue