Skip to content

Commit 8a4e8f1

Browse files
authored
Update src/PipelineProxy.php
1 parent 205f87f commit 8a4e8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PipelineProxy.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ public function load(
7777

7878
public function run(int $interval = 1000): int
7979
{
80+
($this->callback)($this->decorated);
81+
8082
foreach ($this->callbacks as $callback) {
8183
$callback($this->callback);
8284
}

0 commit comments

Comments
 (0)