mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
fix type errors
This commit is contained in:
parent
3f9e613e77
commit
3c3b23d1a3
3 changed files with 17 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ class Demo implements JsonSerializable {
|
|||
$this->backend = $backend;
|
||||
$this->path = $path;
|
||||
$this->players = [];
|
||||
$this->uploaderUser = null;
|
||||
}
|
||||
|
||||
public function getId(): int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue