We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb77e0 commit d017252Copy full SHA for d017252
tests/Traits/GroupUsersTest.php
@@ -41,7 +41,7 @@ public function test_if_a_user_can_be_attached_to_group_with_array_params()
41
$this->assertInstanceOf(Group::class, $this->testUserGroup->assignUser([
42
$this->testUser,
43
$this->testUser2->name,
44
- $this->testUser3->id
+ $this->testUser3->id,
45
]));
46
}
47
0 commit comments