Fix EventRelayerGroup constructor
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 10 Feb 2016 03:11:35 +0000 (19:11 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 10 Feb 2016 03:11:35 +0000 (19:11 -0800)
Bug: T126371
Change-Id: Iaffb3854f1ab7b03ce24563054bd1ba5f55bbf2c

includes/EventRelayerGroup.php

index 45e9be9..3af756d 100644 (file)
@@ -18,7 +18,7 @@ class EventRelayerGroup {
        /**
         * @param Config $config
         */
-       protected function __constuct( Config $config ) {
+       protected function __construct( Config $config ) {
                $this->configByChannel = $config->get( 'EventRelayerConfig' );
        }