Skip to content

Commit 71b7602

Browse files
Merge pull request #21 from BinarCode/fix_2025-12-23
fix: Fix DeveloperLog makeFromException - deprecated for php 8.4
2 parents 3798073 + 3430f44 commit 71b7602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/DeveloperLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static function makeFromDevLog(DevLogDto $log): self
7171
]);
7272
}
7373

74-
public static function makeFromException(Throwable $throwable, JsonSerializable $payload = null): self
74+
public static function makeFromException(Throwable $throwable, ?JsonSerializable $payload = null): self
7575
{
7676
return new static([
7777
'uuid' => (string) Str::uuid(),

0 commit comments

Comments
 (0)