WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
589 changed files with 40371 additions and 28988 deletions
Showing only changes of commit 521810c23c - Show all commits

View File

@@ -108,7 +108,7 @@ class TeamController extends Controller
public function update(EditTeamRequest $request, Team $team): RedirectResponse
{
$this->authorize('update', $team);
$team = $this->teamService->updateTeam($team, $request->teamDescription, $team->joinType);
$team = $this->teamService->updateTeam($team, $request->teamDescription, $request->joinType);
if ($team) {