chg: [users] add metafields behaviour

cli-modification-summary
iglocska 2022-10-31 13:38:31 +01:00
parent 5ec0471cce
commit 8dbbb21dff
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class UsersTable extends AppTable
parent::initialize($config);
$this->addBehavior('Timestamp');
$this->addBehavior('UUID');
$this->addBehavior('MetaFields');
$this->addBehavior('AuditLog');
$this->initAuthBehaviors();
$this->belongsTo(