Fixes for Import

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

View File

@ -66,6 +66,8 @@ class ImportJsonController extends BaseController
$hash = Str::random(32);
nlog($hash);
Cache::put( $hash, base64_encode( $contents ), 3600 );
CompanyImport::dispatch(auth()->user()->getCompany(), auth()->user(), $hash, $request->except('files'));