Skip to content

Commit 98b7740

Browse files
committed
fix test
1 parent 117d415 commit 98b7740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/SubscribeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SubscribeTest extends TestCase
1111
{
1212
public function testSubscribeUserToChannel()
1313
{
14-
config(['subscribable.models.subscriber.allowed' => [User::class, Channel::class]]);
14+
config(['subscribable.models.subscriber.allowed.classes' => [User::class, Channel::class]]);
1515

1616
$user = User::query()->create([
1717
'name' => 'Georgy',

0 commit comments

Comments
 (0)