This commit is contained in:
hydrz 2020-05-07 16:39:40 +08:00
parent 124aa8d260
commit 1819b2f411

View File

@ -67,7 +67,7 @@ abstract class AbstractExport implements WithEvents, ShouldAutoSize
'progress' => 0,
];
Export::create($data);
Export::upsert($data);
app(ExportRepository::class)->forgetCached();
}