fix: [user] Added support of timestamp behavior
parent
481bf1201f
commit
39f7a3f9e1
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue