user auto disable word listening

improve card creation
mobileapi - add ticket usage count
This commit is contained in:
Schneider Roland
2023-07-04 16:40:20 +02:00
parent d3e4009f3e
commit 9809731933
11 changed files with 196 additions and 112 deletions

View File

@@ -20,6 +20,7 @@ use common\components\RoleDefinition;
* @property integer $status
* @property integer $created_at
* @property integer $updated_at
* @property integer $key_listener_enabled
* @property string $password write-only password
*/
class User extends ActiveRecord implements IdentityInterface