'collection', 'confirmed_at' => 'datetime', ]; /** * Get the user this 2FA belongs to. */ public function user(): BelongsTo { return $this->belongsTo(User::class); } }