From 290ca86a9ccdb4b316cb38b73ca12f9e7a9a8107 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 9 Feb 2016 19:11:35 -0800 Subject: [PATCH] Fix EventRelayerGroup constructor Bug: T126371 Change-Id: Iaffb3854f1ab7b03ce24563054bd1ba5f55bbf2c --- includes/EventRelayerGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EventRelayerGroup.php b/includes/EventRelayerGroup.php index 45e9be91e9..3af756dccb 100644 --- a/includes/EventRelayerGroup.php +++ b/includes/EventRelayerGroup.php @@ -18,7 +18,7 @@ class EventRelayerGroup { /** * @param Config $config */ - protected function __constuct( Config $config ) { + protected function __construct( Config $config ) { $this->configByChannel = $config->get( 'EventRelayerConfig' ); } -- 2.20.1