Added multichannels and a simple channel-based bus
This commit is contained in:
@ -23,7 +23,6 @@ class Timer
|
||||
public function __construct(callable $callback)
|
||||
{
|
||||
$this->callback = $callback;
|
||||
$this->seconds = $seconds;
|
||||
self::registerTimer($this->callback);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user