controller refactoring part 17

This commit is contained in:
Peter Papp
2021-07-21 11:20:41 +02:00
parent e0eaf5cede
commit dccf98602d
21 changed files with 370 additions and 94 deletions

View File

@@ -68,10 +68,6 @@ class VisitorAccessToItemsTest extends TestCase
$this->get("/file/$document->name/$share->token")
->assertStatus(200);
}
$this->assertDatabaseHas('traffic', [
'user_id' => $user->id,
]);
});
}