Skip to content

Commit 50be8fc

Browse files
committed
fix example
1 parent eb32098 commit 50be8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ChannelsAndMagic.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final public function __get($key) {
2626
}
2727
}
2828

29-
class Routine extends Threaded {
29+
class Routine extends Collectable {
3030
public function __construct(Channel $channel) {
3131
$this->channel = $channel;
3232
}

0 commit comments

Comments
 (0)