1
0
Fork 0

Fix package repositories

pull/330/head
Jordi Boggiano 2012-02-19 19:12:56 +01:00
parent 44e76e06fc
commit d0d5329f6f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class PackageRepository extends ArrayRepository
*/ */
public function __construct(array $config) public function __construct(array $config)
{ {
$this->config = $config; $this->config = $config['package'];
} }
/** /**