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 24bf82c commit a9c448eCopy full SHA for a9c448e
src/ServiceProvider.php
@@ -37,16 +37,16 @@ public function register()
37
config('laravel-echo-api-gateway')
38
);
39
});
40
-
41
- $this->commands([
42
- VaporHandle::class,
43
- ]);
44
}
45
46
public function boot(BroadcastManager $broadcastManager): void
47
{
48
$broadcastManager->extend('laravel-echo-api-gateway', function (): Broadcaster {
49
return $this->app->make(Driver::class);
50
+
+ $this->commands([
+ VaporHandle::class,
+ ]);
51
52
0 commit comments