Converted ApiQueryPageProps to use PageProps; added multi-property query to PageProps.
[lhc/web/wiklou.git] / 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' );
        }