перевод лендинга на vue, добавление поддержки inertia

This commit is contained in:
2026-06-27 22:15:17 +04:00
parent d72650bbdc
commit 8bf1b852f0
25 changed files with 1451 additions and 162 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ class AzerothCoreAccountService
return (int) config('moonwell.registration.realm_id', -1);
}
public function onlinePlayerCount(): ?int
public function onlinePlayerCount(): int|null
{
try {
return (int) $this->charactersConnection()