Daniel 9 місяці тому
джерело
коміт
b23b824ab3
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      httpdocs/src/Command/Import/ImportExcelCommand.php

+ 1
- 1
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);


Завантаження…
Відмінити
Зберегти