- ability leave team folder

- refactoring
This commit is contained in:
Čarodej
2021-10-26 09:05:08 +02:00
parent 6ef50978d5
commit 15e154176d
17 changed files with 235 additions and 58 deletions

View File

@@ -100,7 +100,7 @@ class TeamsTest extends TestCase
$this
->actingAs($user)
->post("/api/teams/convert/{$folder->id}", [
->post("/api/teams/folders/{$folder->id}/convert", [
'invitations' => [
[
'email' => 'john@internal.com',