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 157bdec commit 53d0803Copy full SHA for 53d0803
src/Client.php
@@ -18,7 +18,7 @@ class Client
18
* @access public
19
* @return void
20
*/
21
- public function __construct(array $registries, array $components, $cache = null)
+ public function __construct(array $registries, array $components = array(), $cache = null)
22
{
23
$config['registries'] = $registries;
24
$config['components'] = $components;
0 commit comments