commit
7caf9965e7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue