mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add header and footer to profile page
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user