X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=autoload.php;h=d3b7ba743296180f0fc0f3f49a6d52cdec9c4c08;hb=7a7277ce98481b65fda799186521d2fdc336455c;hp=582d82b6e406a5142960116a6548ce6a69d36ce0;hpb=b215e34de8404e98aea4dca1cd837c65d6910938;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 582d82b6e4..d3b7ba7432 100644 --- a/autoload.php +++ b/autoload.php @@ -397,6 +397,7 @@ $wgAutoloadLocalClasses = [ 'ErrorPageError' => __DIR__ . '/includes/exception/ErrorPageError.php', 'EventRelayer' => __DIR__ . '/includes/libs/eventrelayer/EventRelayer.php', 'EventRelayerGroup' => __DIR__ . '/includes/EventRelayerGroup.php', + 'EventRelayerKafka' => __DIR__ . '/includes/libs/eventrelayer/EventRelayerKafka.php', 'EventRelayerNull' => __DIR__ . '/includes/libs/eventrelayer/EventRelayerNull.php', 'Exif' => __DIR__ . '/includes/media/Exif.php', 'ExifBitmapHandler' => __DIR__ . '/includes/media/ExifBitmap.php',