resolve app from local variables in console
This commit is contained in:
parent
060b986058
commit
f2b3347f89
|
|
@ -139,7 +139,7 @@ class StartWebSocketServer extends Command
|
|||
|
||||
protected function configurePubSubReplication()
|
||||
{
|
||||
app(ReplicationInterface::class)->boot($this->loop);
|
||||
$this->laravel->get(ReplicationInterface::class)->boot($this->loop);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue