update CRUD list-management
This commit is contained in:
@@ -78,5 +78,9 @@ class ListManagement extends \yii\db\ActiveRecord {
|
||||
"wl" => "Whitelist",
|
||||
"bl" => "Blacklist"
|
||||
];
|
||||
public static $genderArray = [
|
||||
"Male" => "Male",
|
||||
"Female" => "Female"
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user