We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 441f904 + cfe3c4a commit ae6e32aCopy full SHA for ae6e32a
src/Payloads/Payload.php
@@ -51,7 +51,7 @@ public function toJson(): string
51
protected function getOrigin(): Origin
52
{
53
/** @var \Spatie\Ray\Origin\OriginFactory $originFactory */
54
- $originFactory = new self::$originFactoryClass();
+ $originFactory = new static::$originFactoryClass();
55
56
$origin = $originFactory->getOrigin();
57
0 commit comments