'datetime', 'last_login_at' => 'datetime', 'password' => 'hashed', 'is_active' => 'boolean', ]; } public function canAccessPanel(Panel $panel): bool { return $panel->getId() === 'central' && $this->is_active; } }