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 edd2ec8 commit 5a7599fCopy full SHA for 5a7599f
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