run hinzufügen geht
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-30 22:20:13 +01:00
parent 8656fd5d60
commit 1909be5314
8 changed files with 296 additions and 54 deletions

View File

@ -13,6 +13,7 @@ class Tournament extends Model
'logo' => ['type' => 'text', 'default' => 'https://pictshare.net/prrnrk.jpg'],
'admins' => ['type'=> 'array', 'default'=>[]],
'members' => ['type'=> 'array', 'default'=>[]],
'runs' => ['type'=> 'array', 'default'=>[]],
);
function joinUser($tournament = false)