RSM-6 Team features

This commit is contained in:
2020-10-03 21:36:35 +01:00
parent 7c0c244e21
commit 75f4404259
26 changed files with 24416 additions and 23165 deletions

View File

@@ -9,6 +9,8 @@ class Team extends TeamworkTeam
{
public $fillable = [
'owner_id',
'name'
'name',
'description',
'openJoin'
];
}