Remove Atom Editor
This commit is contained in:
parent
cd672a9d35
commit
59ecbac716
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class AtomEditor extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('GitHub Inc.', 'Atom Editor', 'https://atom.io/');
|
|
||||||
}
|
|
||||||
function check() : bool {
|
|
||||||
if ($this->fetch_json('https://api.github.com/repos/atom/atom/releases/latest'))
|
|
||||||
return $this->parse_json('tag_name');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue