1
0
Fork 0
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:
Niels Keurentjes 2016-02-27 22:39:03 +01:00
parent 823266407f
commit 868e607f17
6 changed files with 6 additions and 0 deletions

View file

@ -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