mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Updated dependencies; Fixed codeformatting and phpstan
This commit is contained in:
committed by
Constantin Graf
parent
5b7df869ad
commit
d8968399d6
@@ -19,6 +19,6 @@ class RemoveOrganizationMember implements RemovesTeamMembers
|
||||
*/
|
||||
public function remove(User $user, Organization $organization, User $teamMember): void
|
||||
{
|
||||
throw new MovedToApiException();
|
||||
throw new MovedToApiException;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user