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 117d415 commit 98b7740Copy full SHA for 98b7740
1 file changed
tests/Integration/SubscribeTest.php
@@ -11,7 +11,7 @@ class SubscribeTest extends TestCase
11
{
12
public function testSubscribeUserToChannel()
13
14
- config(['subscribable.models.subscriber.allowed' => [User::class, Channel::class]]);
+ config(['subscribable.models.subscriber.allowed.classes' => [User::class, Channel::class]]);
15
16
$user = User::query()->create([
17
'name' => 'Georgy',
0 commit comments