We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aece169 + 58b5b68 commit 426fb92Copy full SHA for 426fb92
src/Process.php
@@ -65,7 +65,7 @@ public function __construct(
65
66
$this->name = (new ReflectionClass($this))->getName();
67
68
- Context::push('process', $this->name, $this->uuid);
+ Context::add('process', [$this->name, $this->uuid]);
69
}
70
71
/**
0 commit comments