Indentation

This commit is contained in:
Michael 2020-12-16 15:43:12 +00:00
parent a331a8cf0a
commit 974f7bffc8
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class ActivityPub
case 'Tombstone':
$accounttype = User::ACCOUNT_TYPE_DELETED;
break;
}
}
return $accounttype;
}