diff --git a/httpdocs/src/Command/Import/ImportExcelCommand.php b/httpdocs/src/Command/Import/ImportExcelCommand.php index bede5df..307503b 100644 --- a/httpdocs/src/Command/Import/ImportExcelCommand.php +++ b/httpdocs/src/Command/Import/ImportExcelCommand.php @@ -38,7 +38,7 @@ class ImportExcelCommand extends Command $io = new SymfonyStyle($input, $output); // Pfad zur Excel-Datei (passen Sie diesen Pfad an Ihre Bedürfnisse an) - $filePath = $this->params->get('kernel.project_dir') . '/src/Command/Import-Template.xlsx'; + $filePath = $this->params->get('kernel.project_dir') . '/src/Command/Import/Import-Template.xlsx'; if (!file_exists($filePath)) { $io->error('Excel file not found: ' . $filePath);