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