*/ class M2M7P0 extends AbstractPatch { public function execute() { if ($this->runSchema()) { sl('logger') ->addDebug("Correctly installed update {$this->getVersion()} .", []); } else { sl('errorManager') ->addError(self::class, "Incorrectly installed update {$this->getVersion()} .", []); } } }