backup = new Backup($backupInfo); } /** * {@inheritdoc} */ public function execute() { $this->backup->execute(); return $this; } }