This commit is contained in:
Luca 2018-12-10 14:58:35 +01:00
parent 2c25a6a176
commit 0f94033c7c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Interaction
return self::$client;
}
public function isEnabled()
public static function isEnabled()
{
return false;
}