add feature word_typed_listener_allowed_only_for_empty_customerf
This commit is contained in:
@@ -552,4 +552,11 @@ class Helper {
|
||||
return Helper::getArrayValue(\Yii::$app->params ,'door_pass_validity_interval_minutes','10');
|
||||
}
|
||||
|
||||
public static function isWordTypedListenerAllowedOnlyForEmptyCustomer(){
|
||||
$key = "word_typed_listener_allowed_only_for_empty_customer";
|
||||
// return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1';
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user