'array', 'enabled' => 'bool', 'confirmed_at' => 'datetime', ]; public function user() { return $this->belongsTo(User::class); } }