芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.herta-bht.smartcon-survey.com/app/Jobs/ExportTableVolume.php
format('Y_m_d H_i_s'); $tableVolumeExport = new TableVolumeExport($this->country->id); $filename = "smc_wagbht - Tabellenband - {$this->country->name} - $date.xlsx"; Excel::store($tableVolumeExport, "table-volumes/$filename"); $this->user->notify(new TableVolumeExportedNotification($filename, $this->country->name)); } }