/** * Config::setDestinationDir alias. * * @param $destinationDir * * @return $this */ public function setDestinationDir($destinationDir) { $this->config->setDestinationDir($destinationDir); return $this; }