Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MobileMessaging/API.php')
-rw-r--r--plugins/MobileMessaging/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileMessaging/API.php b/plugins/MobileMessaging/API.php
index 51b14d851e..c8268c76a7 100644
--- a/plugins/MobileMessaging/API.php
+++ b/plugins/MobileMessaging/API.php
@@ -30,7 +30,7 @@ class API extends \Piwik\Plugin\API
* @param string $provider
* @return SMSProvider
*/
- static private function getSMSProviderInstance($provider)
+ private static function getSMSProviderInstance($provider)
{
return SMSProvider::factory($provider);
}