We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3798073 + 3430f44 commit 71b7602Copy full SHA for 71b7602
1 file changed
src/Models/DeveloperLog.php
@@ -71,7 +71,7 @@ public static function makeFromDevLog(DevLogDto $log): self
71
]);
72
}
73
74
- public static function makeFromException(Throwable $throwable, JsonSerializable $payload = null): self
+ public static function makeFromException(Throwable $throwable, ?JsonSerializable $payload = null): self
75
{
76
return new static([
77
'uuid' => (string) Str::uuid(),
0 commit comments