Skip to content

Commit ad97a8a

Browse files
committed
Fix
1 parent ef41e89 commit ad97a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StorageBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function loadExtension(array $config, ContainerConfigurator $container, C
5959
}
6060

6161
// Inject HTTP Client for Cloudflare and BackBlaze drivers
62-
if ($class === Cloudflare::class || $class === BackBlaze::class) {
62+
if (Cloudflare::class === $class || BackBlaze::class === $class) {
6363
$definition->setArgument('$httpClient', new Reference('http_client'));
6464
}
6565

0 commit comments

Comments
 (0)