log("Upgrading userforms module"); Injector::inst() ->create('UserFormsUpgradeService') ->setQuiet(false) ->run(); $this->log("Done"); } }