door card pass: create table and create model and console controller
This commit is contained in:
@@ -543,4 +543,9 @@ class Helper {
|
||||
public static function isRestAllowVerifyOnly() {
|
||||
return \Yii::$app->params ['rest_allow_verify_only'] == true;
|
||||
}
|
||||
|
||||
public static function getDoorEntryStrategy(){
|
||||
return Helper::getArrayValue(\Yii::$app->params ,'door_entry_strategy','strategy_key');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user