mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
handle team invitation for non registered user
This commit is contained in:
@@ -300,6 +300,7 @@ class VisitorManipulatingTest extends TestCase
|
||||
collect([true, false])
|
||||
->each(function ($is_protected) {
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
$folder = Folder::factory(Folder::class)
|
||||
|
||||
Reference in New Issue
Block a user