We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb32098 commit 50be8fcCopy full SHA for 50be8fc
examples/ChannelsAndMagic.php
@@ -26,7 +26,7 @@ final public function __get($key) {
26
}
27
28
29
-class Routine extends Threaded {
+class Routine extends Collectable {
30
public function __construct(Channel $channel) {
31
$this->channel = $channel;
32
0 commit comments