add header and footer to profile page

This commit is contained in:
HolgerHatGarKeineNode
2023-08-21 15:46:14 +02:00
parent 634f58c4b7
commit 45b1b66e11
4 changed files with 12 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ class DeleteUser implements DeletesUsers
/**
* Delete the given user.
*
* @param mixed $user
* @param mixed $user
*/
public function delete($user): void
{
@@ -43,7 +43,7 @@ class DeleteUser implements DeletesUsers
/**
* Delete the teams and team associations attached to the user.
*
* @param mixed $user
* @param mixed $user
*/
protected function deleteTeams($user): void
{