Rename class
This commit is contained in:
parent
b0e5a5148a
commit
bbeeb5eaf6
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class cTop extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Bradley Cicenas', 'ctop', 'https://ctop.sh/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://api.github.com/repos/bcicen/ctop/releases/latest', true))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue