Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 84d1190

Browse files
author
Robert Kummer
committed
uniqid default parameter set
1 parent 1215d19 commit 84d1190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/CreateLocalFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function handle()
4949

5050
/** @var \App\LocalFile $localFile */
5151
$localFile = $proxyFile->localFile()->create([
52-
'path' => uniqid(),
52+
'path' => uniqid('', true),
5353
]);
5454

5555
/** @var Filesystem|\Illuminate\Filesystem\FilesystemAdapter $filesystem */

0 commit comments

Comments
 (0)