Disable support for status update
This commit is contained in:
parent
99bb1bd46c
commit
40c898dbd3
|
@ -62,7 +62,7 @@
|
||||||
/**
|
/**
|
||||||
* Does the implemented service support status change
|
* 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; }
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue