Fixes for Import

This commit is contained in:
David Bomba 2021-06-08 08:33:51 +10:00
parent 9251da99bb
commit 5854b9825f

View File

@ -65,6 +65,8 @@ class ImportJsonController extends BaseController
$contents = $this->unzipFile($import_file->getPathname());
$hash = Str::random(32);
nlog($hash);
Cache::put( $hash, base64_encode( $contents ), 3600 );