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

Commit f2b3347

Browse files
resolve app from local variables in console
1 parent 060b986 commit f2b3347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/StartWebSocketServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected function startWebSocketServer()
139139

140140
protected function configurePubSubReplication()
141141
{
142-
app(ReplicationInterface::class)->boot($this->loop);
142+
$this->laravel->get(ReplicationInterface::class)->boot($this->loop);
143143

144144
return $this;
145145
}

0 commit comments

Comments
 (0)