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 624fbc5 commit 83d3706Copy full SHA for 83d3706
src/Events/ChildProcess/ProcessSpawned.php
@@ -11,7 +11,7 @@ class ProcessSpawned implements ShouldBroadcast
11
{
12
use Dispatchable, SerializesModels;
13
14
- public function __construct(public array $item) {}
+ public function __construct(public string $alias) {}
15
16
public function broadcastOn()
17
0 commit comments