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.
2 parents edd2ec8 + 5a7599f commit bb62391Copy full SHA for bb62391
Factory/ConnectorFactory.php
@@ -46,7 +46,7 @@ public function getConnector()
46
return $this->connectorInstance;
47
}
48
49
- $connector = new CKFinder($this->connectorConfig);
+ $connector = new $this->connectorConfig['connectorClass']($this->connectorConfig);
50
51
$connector['authentication'] = $this->authenticationService;
52
0 commit comments