fix serialized dates from API (#1888)
This commit is contained in:
@@ -332,7 +332,7 @@ class Activity implements EntityWithMetaFields
|
||||
public function addTeam(Team $team)
|
||||
{
|
||||
if ($this->teams->contains($team)) {
|
||||
return $this;
|
||||
return;
|
||||
}
|
||||
|
||||
$this->teams->add($team);
|
||||
|
||||
Reference in New Issue
Block a user