JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrmigrator = $migrator; parent::__construct($migrator->getModule()); } /** * Get destination path. * * @return string */ public function getDestinationPath() { return $this->repository->config('paths.migration'); } /** * Get source path. * * @return string */ public function getSourcePath() { return $this->migrator->getPath(); } }