X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FServiceWiring.php;h=99b2942ef657dd89544d244f1d0a00494bf3a3e1;hb=ee2efe4ce9d7e173afbf35348b5e0a7299a9ef52;hp=1a19465ed5bdcdbf661ba68e05912a7563760281;hpb=5410cfccce9b0b84bc909506c9b66d3f27d6dba7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ServiceWiring.php b/includes/ServiceWiring.php index 1a19465ed5..99b2942ef6 100644 --- a/includes/ServiceWiring.php +++ b/includes/ServiceWiring.php @@ -72,7 +72,7 @@ return [ 'BlobStoreFactory' => function ( MediaWikiServices $services ) : BlobStoreFactory { return new BlobStoreFactory( - $services->getDBLoadBalancer(), + $services->getDBLoadBalancerFactory(), $services->getMainWANObjectCache(), $services->getMainConfig(), $services->getContentLanguage()