Piwik\Updates\Updates_3_0_0_b4::doUpdate PHP Method

doUpdate() public method

public doUpdate ( Updater $updater )
$updater Piwik\Updater
    public function doUpdate(Updater $updater)
    {
        $updater->executeMigrations(__FILE__, $this->getMigrations($updater));
        $updater->executeMigrations(__FILE__, $this->getUserPasswordMigrations([]));
        ServerFilesGenerator::createFilesForSecurity();
    }