resolve app from local variables in console

This commit is contained in:
anthony 2019-07-28 21:37:28 +02:00 committed by Francis Lavoie
parent 060b986058
commit f2b3347f89
No known key found for this signature in database
GPG Key ID: B9E0E04A76AF4692
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}