Skip to content

Commit

Permalink
Fix error in ConnectorFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdrazor authored Aug 17, 2024
1 parent 68b82a5 commit dbbf704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/ConnectorFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use CKSource\Bundle\CKFinderBundle\Authentication\AuthenticationInterface;
use CKSource\CKFinder\CKFinder;
use Psr\Container\ContainerInterface;
"friendsofphp/php-cs-fixer": "^3.11",

class ConnectorFactory
{
protected ?CKFinder $connectorInstance = null;
Expand Down

0 comments on commit dbbf704

Please sign in to comment.