Skip to content

Commit 5a7599f

Browse files
authored
Use connectorClass option to instanciate connector
1 parent edd2ec8 commit 5a7599f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory/ConnectorFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getConnector()
4646
return $this->connectorInstance;
4747
}
4848

49-
$connector = new CKFinder($this->connectorConfig);
49+
$connector = new $this->connectorConfig['connectorClass']($this->connectorConfig);
5050

5151
$connector['authentication'] = $this->authenticationService;
5252

0 commit comments

Comments
 (0)