X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FServiceWiring.php;h=4cd3d851740f793253fd88acc22378ddbf91775f;hp=689a98e482a33699aff4d6a3bc4fbd15d597eeac;hb=3bbda79f1f09649bc4d036f2810117df46166f9c;hpb=8ac7621625acb014e48b064deddc704437ba5854 diff --git a/includes/ServiceWiring.php b/includes/ServiceWiring.php index 689a98e482..4cd3d85174 100644 --- a/includes/ServiceWiring.php +++ b/includes/ServiceWiring.php @@ -111,7 +111,8 @@ return [ new ServiceOptions( BlockManager::$constructorOptions, $services->getMainConfig() ), - $services->getPermissionManager() + $services->getPermissionManager(), + LoggerFactory::getInstance( 'BlockManager' ) ); }, @@ -632,7 +633,7 @@ return [ $services->getCommentStore(), $services->getActorMigration(), $config->get( 'MultiContentRevisionSchemaMigrationStage' ), - LoggerFactory::getProvider(), + LoggerFactory::getInstance( 'RevisionStore' ), $config->get( 'ContentHandlerUseDB' ) );