This commit is contained in:
Andras Bacsai 2023-12-08 12:40:32 +01:00
parent 69c124032c
commit 14bac0f0d7

View File

@ -34,7 +34,7 @@ public function uniqueId(): int
public function __construct(public Server $server)
{
if (isDev()) $this->handle();
$this->handle();
}