Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit dc91eb4

Browse files
committed
Fixed fulfilled promise typo (fixes #592)
1 parent b225c57 commit dc91eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChannelManagers/LocalChannelManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function getGlobalChannels($appId): PromiseInterface
160160
public function unsubscribeFromAllChannels(ConnectionInterface $connection): PromiseInterface
161161
{
162162
if (! isset($connection->app)) {
163-
return new FuilfilledPromise(false);
163+
return Helpers::createFulfilledPromise(false);
164164
}
165165

166166
$this->getLocalChannels($connection->app->id)

0 commit comments

Comments
 (0)