diff --git a/adapters/GammuAdapter.php b/adapters/GammuAdapter.php index 8cdcc3f..e39e2ca 100755 --- a/adapters/GammuAdapter.php +++ b/adapters/GammuAdapter.php @@ -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; } /**