mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Missing parent constructor calls.
This commit is contained in:
parent
823266407f
commit
868e607f17
6 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@ class PackageRepository extends ArrayRepository
|
|||
*/
|
||||
public function __construct(array $config)
|
||||
{
|
||||
parent::__construct();
|
||||
$this->config = $config['package'];
|
||||
|
||||
// make sure we have an array of package definitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue