Moved branch tags to new attribute
This commit is contained in:
parent
3d037ec2b3
commit
ffc5ce2b33
12 changed files with 21 additions and 9 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
class MSOffice2019VL extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Microsoft', 'Office 2019 VL', 'https://docs.microsoft.com/en-us/OfficeUpdates/update-history-office-2019#volume-licensed-versions-of-office-2019');
|
||||
parent::__construct('Microsoft', 'Office 2019', 'https://docs.microsoft.com/en-us/OfficeUpdates/update-history-office-2019#volume-licensed-versions-of-office-2019');
|
||||
$this->patch->setBranch('Volume License');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://docs.microsoft.com/en-us/OfficeUpdates/update-history-office-2019')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue