浏览代码

import file moved

master
Daniel 9 个月前
父节点
当前提交
262f72aca5
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. +0
    -0
      httpdocs/src/Command/Import/Import-Template.xlsx
  2. +1
    -1
      httpdocs/src/Command/Import/ImportExcelCommand.php

httpdocs/import/Import-Template.xlsx → httpdocs/src/Command/Import/Import-Template.xlsx 查看文件


+ 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') . '/import/Import-Template.xlsx';
$filePath = $this->params->get('kernel.project_dir') . '/src/Command/Import-Template.xlsx';

if (!file_exists($filePath)) {
$io->error('Excel file not found: ' . $filePath);


正在加载...
取消
保存