Skip to content

Commit 6503086

Browse files
committed
Don't use deprecated UUID method
1 parent 982386e commit 6503086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/Api/Jobs/Post/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __invoke(Request $request): ResponsableContract
5555

5656
$job = new Job(
5757
$type,
58-
Uuid::uuid4()->toString(),
58+
strval(Uuid::uuid4()),
5959
'Pending',
6060
Carbon::now(),
6161
new Process(),

0 commit comments

Comments
 (0)