перевод лендинга на vue, добавление поддержки inertia
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user