Skip to content

Commit

Permalink
fix: remove unwanted dump()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 27, 2024
1 parent 218e8f9 commit cd34115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DependencyInjection/CKSourceCKFinderExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function load(array $configs, ContainerBuilder $container): void
$container->setParameter('ckfinder.connector.config', $config['connector']);

$this->registerServicesMap($config, $container);
dump(\Symfony\Contracts\HttpClient\HttpClientInterface::OPTIONS_DEFAULTS);
}

public function getAlias(): string
Expand Down

0 comments on commit cd34115

Please sign in to comment.