fix: [user] Added support of timestamp behavior

pull/79/head
Sami Mokaddem 2021-10-21 11:33:41 +02:00
parent 481bf1201f
commit 39f7a3f9e1
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class UsersTable extends AppTable
public function initialize(array $config): void
{
parent::initialize($config);
$this->addBehavior('Timestamp');
$this->addBehavior('UUID');
$this->initAuthBehaviors();
$this->belongsTo(