detectUserGroup(); $this->setUserGroup($res); } /** * Get the server's list of schemas. */ protected function allSchemas(): array { // Log::debug(__METHOD__); return [ AccountSchema::class, UserSchema::class, // AccountBalanceSchema::class, ]; } }