Disable support for status update

This commit is contained in:
OsaAjani 2020-01-13 00:00:34 +01:00
parent 99bb1bd46c
commit 40c898dbd3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
/**
* Does the implemented service support status change
*/
public static function meta_support_status_change() : bool { return true; }
public static function meta_support_status_change() : bool { return false; }
/**