Skip to content

Commit 83d3706

Browse files
committed
Fix event
1 parent 624fbc5 commit 83d3706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/ChildProcess/ProcessSpawned.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ProcessSpawned implements ShouldBroadcast
1111
{
1212
use Dispatchable, SerializesModels;
1313

14-
public function __construct(public array $item) {}
14+
public function __construct(public string $alias) {}
1515

1616
public function broadcastOn()
1717
{

0 commit comments

Comments
 (0)