Update Noop.php

This commit is contained in:
Daniil Gentili 2020-02-15 14:45:21 +01:00 committed by GitHub
parent df8f50dff8
commit 5d50e90f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ trait Noop
$this->settings['updates']['callback'] = [$this, 'noop'];
$this->settings['updates']['run_callback'] = false;
$this->settings['updates']['handle_updates'] = true;
$this->updates = [];
$this->startUpdateSystem();
}
/**