controller refactoring part 5

This commit is contained in:
Peter Papp
2021-07-20 11:23:45 +02:00
parent 8c493395c4
commit cde8b6aae3
25 changed files with 378 additions and 334 deletions

View File

@@ -222,7 +222,7 @@ class UserShareTest extends TestCase
'id' => $folder->id,
])->assertStatus(201);
$this->deleteJson('/api/share/revoke', [
$this->delete('/api/share', [
'tokens' => [
$folder->shared->token,
],