'datetime', 'last_login_at' => 'datetime', 'password' => 'hashed', ]; } public function canAccessPanel(Panel $panel): bool { return $panel->getId() === 'tenant' && $this->status === 'active'; } public function isAdmin(): bool { return $this->role === 'admin'; } }