Overrides BaseInstaller::templatePath
protected function templatePath(string $path, array $vars = array()) : string { $templatePath = parent::templatePath($path, $vars); $this->checkDuplicates($templatePath, $vars); return $templatePath; }